Releases: madmaze/pytesseract
Releases · madmaze/pytesseract
Release list
v0.3.13
v0.3.12
- New functionality
run_and_get_multiple_output#511
v0.3.11
v0.3.10
- Fix
image_to_osdregression (reported by @klavdijS)
v0.3.9
- Support only python 3.7+ (3.6 is End of Life)
- Switch from deprecated
distutilsversion parsing topackaging.version - Add build system requirements in order for
pipto 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
Added support for ALTO XML output (by @eivtho)
Minor bugfix with TSV parsing.
More graceful timeout termination under Unix-like environments.
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