Katharine

Results 23 comments of Katharine

No worries at all! My Macbook is at home, so I will try it there first. What was the response when you simply printed `list(tree)`. Was it an error or...

Hi there, Following up with this -- it works for me in IPython on 2.7.6. If you have time, can you try running it in IPython and see if you...

Hi there, Can you change this line near the top of the file: openfile = open(pdf_txt, 'r') to this: openfile = open(pdf_txt, 'rb') And let me know if that works...

Hi @conango , How did you install pdf2txt? Using pip? Did you use a virtual environment? Thanks! -kj

ok, can you search your computer and see if the pdf2txt.py file is located somewhere on your computer? If so, then you can use the full path like D:\path\pdf2txt.py -o...

Hi @Canacedq can you share what PDF you are using? Is it one included in the repository?

Hi @conango, I'm worried this might be a Windows encoding error, as it works fine on my Linux laptop. Can you try opening the file in binary mode? ```with open('xxx.pdf',...

Hi, Did you try and pass that to slate? so next run: doc = slate.PDF(mypdf) ? On Mon, Jan 8, 2018 at 2:25 AM Lee wrote: > Hi @kjam ,...

Hi @dgarciac, pdf2txt.py should come installed when you install PDFMiner: https://github.com/euske/pdfminer Can you tell me what version of Pandas you are using? Can you also try upgrading and save as...

Hi @springcoil , So excited you are working with datafuzz, sorry that the documentation is not yet complete, as I think this problem is easily solved and should be better...