Releases: madmaze/pytesseract
Releases · madmaze/pytesseract
v0.3.13
v0.3.12
v0.3.11
v0.3.10
v0.3.9
- Support only python 3.7+ (3.6 is End of Life)
- Switch from deprecated
distutils
version parsing topackaging.version
- Add build system requirements in order for
pip
to properly installPillow
v0.3.8
v0.3.7
[breaking change] Python 2 and 3.5 support dropped - reason, End of Life.
Migration to GitHub Actions CI workflow and pre-commit.ci for linting.
Added new function get_languages
.
A couple of bug fixes.
v0.3.6
v0.3.5
Removed pre-processing conversion - Pillow's image mode matrix doesn't support all use cases.
Fix for the output data from tesseract
Fix for dynamic I/O error handling
v0.3.4
Support for WebP images
Support for python 3.8 (CI testing)
Improved cli error reporting
Fix for temp files under Windows