virantha / pypdfocr

Python script to do PDF OCR conversion using Tesseract
Apache License 2.0
372 stars 114 forks source link

Use pillow instead of PIL #12

Closed gesellkammer closed 10 years ago

gesellkammer commented 10 years ago

PIL does not compile cleanly under certain circumstances, pillow is more pip friendly.

virantha commented 10 years ago

Let me check. I think I had some issues with pillow on Windows...

virantha commented 10 years ago

Done, pillow is now in use starting with 0.7.2