pypdfocr icon indicating copy to clipboard operation
pypdfocr copied to clipboard

Python script to do PDF OCR conversion using Tesseract

Results 38 pypdfocr issues
Sort by recently updated
recently updated
newest added

Hi, getting the following when trying to run on HS: Traceback (most recent call last): File "/usr/local/bin/pypdfocr", line 9, in load_entry_point('pypdfocr==0.9.1', 'console_scripts', 'pypdfocr')() File "/Library/Python/2.7/site-packages/pypdfocr/pypdfocr.py", line 492, in main script.go(sys.argv[1:])...

There are small typos in: - README.rst - docs/conf.py - pypdfocr/pypdfocr_filer_evernote.py - pypdfocr/pypdfocr_preprocess.py Fixes: - Should read `will` rather than `wiill`. - Should read `width` rather than `widht`. - Should...

I've been having lots of these errors: ``` PIL.Image.DecompressionBombError: Image size (196310432 pixels) exceeds limit of 178956970 pixels, could be decompression bomb DOS attack. ``` I fixed it patching `pypdfocr_pdf.py`...

Running pypdfocr 0.8.2, it says: ``` WARNING: Could not understand output of pdfimages, please rerun with -d option and file an issue at http://github.com/virantha/pypdfocr/issues ``` So, here I am. The...

I tried to install pypdfocr using `pip3` and this is the error log : ``` Collecting pypdfocr Downloading https://files.pythonhosted.org/packages/c3/23/1bf42cb12af63d498fcd425882815c21efef37800514dbad9fa28918df5e/pypdfocr-0.9.1.tar.gz (43kB) 100% |████████████████████████████████| 51kB 96kB/s Requirement already satisfied (use --upgrade to...

I am getting an intermittent error message when watching a directory that the `x_text.pdf` file cannot be found. When the error is thrown, the current/running thread appears to complete and...

Error: SyntaxError: Missing parentheses in call to 'exec' while install evernote

This is an updated to PR #69, with commits squashed to present a cleaner history. It still addresses issue #36. This updates to include compatibility with py3, whilst retaining all...

I get the following error output while running in windows 32 bit ` C:\OCRdir>pypdfocr test1.pdf Starting conversion of test1.pdf 'pdfimages' is not recognized as an internal or external command, operable...