v1.4.0
This release removed pytesseract
and moves to using tesseract directly using subprocess calls. The reason for this removal is that pytesseract is GPL v3.0, which is incompatible with this library's philosophy. Please upgrade to this version ASAP.
What's Changed
- feat: replace pytesseract by @Goldziher in #4
Full Changelog: v1.3.0...v1.4.0