You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed latest PDFBox on my Mac via pip.
I did an import and called on to the extract_text() method. And it keeps running perpetually for a 196 KB file.
Please help.
>>> import pdfbox as p, os
>>> os.path.exists(f). # f is the file path
True
>>> pp = p.PDFBox()
>>> pp.extract_text(f)
extract_text(f) doesn't end, runs perpetually.
The text was updated successfully, but these errors were encountered:
What version of Python, Java, and MacOS are you running? Can you attach the file you are trying to process? As noted in #14, I haven't been able to reproduce the problem.
I installed latest PDFBox on my Mac via pip.
I did an import and called on to the extract_text() method. And it keeps running perpetually for a 196 KB file.
Please help.
extract_text(f) doesn't end, runs perpetually.
The text was updated successfully, but these errors were encountered: