xpdf_python
xpdf_python copied to clipboard
Python wrapper for xpdf
Hi, I see in the readme that this is not maintained, but on pypi it's still in Alpha: https://pypi.org/project/xpdf-python/ You might want to consider to set it to [`Development Status...
Installed xpdf_python with pip. installation was successful pip3 install xpdf_python Collecting xpdf_python Requirement already satisfied: sphinx in /usr/local/lib/python3.7/site-packages (from xpdf_python) (2.1.2) Requirement already satisfied: coverage in /usr/local/lib/python3.7/site-packages (from xpdf_python) (4.5.4)...
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...
`pip install xpdf-python` failed. NOT any xpdf package installed. Cannot find and import the package.
If page_nums = false, simply reads the file and outputs the text. Tested on my own files and it works as I expected.
Updated the check to be OS independent. Fixed a bug in the saved_file creation occasionally caused by capitalized extensions. Fixed a file lock problem caused by blank one page pdfs....