Tesserocr Versions Save

A Python wrapper for the tesseract-ocr API

v2.7.0

2 weeks ago

What's Changed

Full Changelog: https://github.com/sirfz/tesserocr/compare/v2.6.3...v2.7.0

v2.6.3

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/sirfz/tesserocr/compare/v2.6.2...v2.6.3

v2.6.2

7 months ago
  • Updated pre-built binaries tesseract version to 5.3.3
  • Added aarch64 wheels (#330 and #331)
  • Updated Cython version requirement

v2.6.1

9 months ago
  • Added an upper bound to the Cython version dependency (<3.0.0) to avoid any breaking changes
  • Binary wheels for Linux/macosx

v2.6.0

1 year ago
  • _pix_to_image now works with binary images (#274)
  • SetImage with alpha channels support (#280)
  • Leptonica 1.83.0 support (#306)
  • Pointsize should be returned even if fontname doesn't exist (#308)
  • Added Python 3.10, 3.11 setup classifiers

v2.5.2

2 years ago
  • Support new Tesseract 5 API (#242)
  • Support Windows build (#250)
  • GetBestLSTMSymbolChoices crash fix (#241)
  • Fallback to BMP instead of PNG
  • Create pix from a BMP image bytes (#156)

v2.5.1

4 years ago
  • Fix order of linker arguments (#211)
  • Fix memory leaks in GetComponentImages (#213)

v2.5.0

4 years ago

New features and enhancements:

  • Support for RowAttributes method in LTRResultIterator (#192)
  • SetImage: use PNG instead of JPEG fallback (#194)
  • Replace STRING::string() by c_str() (#197)
  • Don't use assignment operator for TessBaseAPI (#200)

v2.4.1

4 years ago

Bugs fixed:

  • pixa_to_list python3 segfault (#176)
  • BlockPolygon python3 segfault (#185)

v2.4.0

5 years ago

Tesseract v4 new API methods supported:

  • GetBestLSTMSymbolChoices (#147)
  • BlanksBeforeWord (#158)