Releases: sirfz/tesserocr
Releases · sirfz/tesserocr
tesserocr v2.7.1
- bugfix:
set_leptonica_log_level
expects int - revert: disable tesseract's logging by default (#353)
Full Changelog: v2.7.0...v2.7.1
tesserocr v2.7.0
What's Changed
- Allow passing configs/variables on initialization in #349
- Stub file for completion (thanks @zdenop) in #350
- Expose leptonica's log level setting via
set_leptonica_log_level
function - Keep tesseract's default
debug_file
setting - Apply recommended Cython changes (259922c)
Full Changelog: v2.6.3...v2.7.0
tesserocr v2.6.3
What's Changed
- Clarified the comments for tessdata path by @norm-ideal in #317
- skip unit test for GetComponentImages if Pillow is missing by @simonflueckiger in #341
- Build with C++17 for Tesseract>=5.3.4 by @bertsky in #343
- Github Actions: support jpeg/tiff/webp by @sirfz in #344
- update windows conda install by @simonflueckiger in #346
- Update several GitHub actions by @stweil in #347
New Contributors
- @norm-ideal made their first contribution in #317
Full Changelog: v2.6.2...v2.6.3
tesserocr v2.6.2
tesserocr v2.6.1
- Added an upper bound to the Cython version dependency (
<3.0.0
) to avoid any breaking changes - Binary wheels for Linux/macosx