ocrmypdf / OCRmyPDF

OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched
http://ocrmypdf.readthedocs.io/
Mozilla Public License 2.0
14.13k stars 1.02k forks source link

Python 3.7 incompatibility #274

Closed ilovezfs closed 6 years ago

ilovezfs commented 6 years ago

Due to the ruffus dependency, OCRmyPDF is incompatible with Python 3.7.

See https://github.com/cgat-developers/ruffus/pull/92

Given there has been no release of ruffus since 2015, it may be worth looking into dropping the dependency. There does seem to be some recent commits on the GitHub repo but it's not clear whether that's going to translate into an actual release to PyPI.

For now we are hacking around this in the Homebrew formula by patching ruffus.

jbarlow83 commented 6 years ago

Fixed in https://github.com/Homebrew/homebrew-core/pull/29920