PDFtoTXT icon indicating copy to clipboard operation
PDFtoTXT copied to clipboard

Python code to read text from a PDF file (OCR).

Results 3 PDFtoTXT issues
Sort by recently updated
recently updated
newest added

Can you please guide how to tackle this issue ==>white spaces are ignored

Hi , Does the code help us read scanned documents like invoices , or just editable texts ?

Traceback (most recent call last): ``` File "/Users/pidugu/Documents/OPENCV/PDFtoTXT-master/CloudOCR.py", line 4, in from wand.image import Image File "/usr/local/lib/python2.7/site-packages/wand/image.py", line 20, in from .api import MagickPixelPacket, libc, libmagick, library File "/usr/local/lib/python2.7/site-packages/wand/api.py", line...