Releases: sirfz/tesserocr
Releases · sirfz/tesserocr
tesserocr v2.10.0
What's Changed
Full Changelog: v2.9.2...v2.10.0
tesserocr v2.9.2
What's Changed
- Make AnalyseLayout interruptible by @bertsky in #382
- ci: switch to macos-15-intel for x86 build by @sirfz in #383
Full Changelog: v2.9.1...v2.9.2
tesserocr v2.9.1
(fixed) Python 3.14 wheels have landed!
Binary wheels built with:
- Leptonica v1.85.0
- Tesseract v5.5.1
What's Changed
- feat(ci): test built wheels by @nijel in #380
- fix: build against older leptonica version by @nijel in #381
Full Changelog: v2.9.0...v2.9.1
tesserocr v2.9.0
Python 3.14 wheels have landed!
Binary wheels built with:
- Leptonica v1.86.0
- Tesseract v5.5.1
What's Changed
- fix: update test, make it pass by @drupol in #364
- Improve stub file by @zdenop in #371
- Convert more exceptions by @bertsky in #365
- Upgrade Leptonica and Tesseract versions by @nijel in #376
- Update cibuildwheel version to v3.2.0 by @nijel in #375
- Drop python2 support by @zdenop in #377
- All words error handling by @zdenop / @sirfz in #378
New Contributors
Full Changelog: v2.8.0...v2.9.0
tesserocr v2.8.0
What's Changed
Full Changelog: v2.7.1...v2.8.0
tesserocr v2.7.1
- bugfix:
set_leptonica_log_levelexpects 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_levelfunction - Keep tesseract's default
debug_filesetting - 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