Releases: madmaze/pytesseract
Releases · madmaze/pytesseract
v0.3.3
Bug fixes for:
- temp file read access on Windows
- duplicate
format
argument upon image save
v0.3.2
Bug fix for proper cleaning of the temp files
v0.3.1
v0.3.0
- Fix issue with leaking file descriptors.
v0.2.9
- Additional documentation and exported new method
run_and_get_output
. - Improve image format handling, whenever using Pillow library manipulation.
- Fixed issue with numpy support.
- Fix timeout issues with Travis CI.
v0.2.8
- Various minor fixes and refactoring
- Introduce the new timeout functionality
- Improved and updated documentation with additional examples
v0.2.7
- Documentation improvements and new examples for batch processing
- Various fixes and code refactoring for the child process routines
- No more support for python 2.6, only python 2.7+
v0.2.6
- Support for the pandas DataFrame format
- Code refactoring and fixes for the subprocess routines
v0.2.5
- Support for searchable pdf and hocr output format
- Cleanup of deprecated options
- Documentation adjustments
v0.2.4
- Refactoring and raw image support (by passing relative or absolute image path)
- Fix psm/osd/tsv mode handling logic
- Documentation adjustments