xpdf_python icon indicating copy to clipboard operation
xpdf_python copied to clipboard

Cannot Install and Import Xpdf

Open Mandeepsahoo opened this issue 7 years ago • 3 comments

from xpdf_python import to_text An exception has occurred, use %tb to see the full traceback.

SystemExit: Did not detect correctly installed xpdf. Please follow install instructions at: https://github.com/ecatkins/xpdf_python.

UserWarning: To exit: use 'exit', 'quit', or Ctrl-D. [interactiveshell.py:2971]

Mandeepsahoo avatar Jun 23 '18 06:06 Mandeepsahoo

I'm facing the same issue.. any help??

uthej002 avatar Jan 18 '19 05:01 uthej002

The problem is that you didn't install xpdf and the automatic installer script is outdated, you can find updated version in my fork of this repo, or you can simply install xpdf following the instruction in the official website.

Togn3K avatar Feb 20 '19 23:02 Togn3K

Does work from terminal. But does not work out of a python script or when installed as a pip package

KrishnanSriram avatar Aug 14 '19 17:08 KrishnanSriram