jlsutherland / doc2text

Detect text blocks and OCR poorly scanned PDFs in bulk. Python module available via pip.
MIT License
1.27k stars 97 forks source link

Does not work on python3 #9

Closed lervag closed 8 years ago

lervag commented 8 years ago

I installed with pip install doc2text, then tried in an ipython shell to import doc2text. This gave error in init.py line 77 because of print statement with no parantheses.

jlsutherland commented 8 years ago

Argh... will fix this asap. Thanks for the heads up @lervag

jlsutherland commented 8 years ago

Merged in #17. Thanks @rcatajar!