Sagar1094
Sagar1094
Hi, I have followed the tutorial for the same. Regards, Sagar On Wed, Jun 10, 2020, 5:06 PM krannnn wrote: > @Sagar1094 can you please share the code > that...
Hi, My data is little different, I have indian addresses for example "i 32 mangol puri delhi", "b-8/205 rohini delhi", "kormangalam bengaluru". I want to create a address classifier. These...
I created the vocabulary file using the above mentioned link and still facing the issue. Job 0: Creating example writer Job 0: Writing tf examples Traceback (most recent call last):...
Hi, I am using Google colab for running the script build_pretraining_dataset.py and the vocab.txt file is placed in google drive. I have mounted the drive as well. Here is the...
Thanks a lot, I just missed to mention the file name. Silly :)
Hi, getting the same error in windows, could you please help with this. Code snippet:- from pdf2jpg import pdf2jpg inputpath = r"C:\Users\Sagar\Desktop\DownloadedPDF\pdf.pdf" outputpath = r"C:\Users\Sagar\Desktop\PDF2IMG" result = pdf2jpg.convert_pdf2jpg(theFile,outputpath,dpi=300) print(result) Erorr:-...