Skip to content

Releases: sirfz/tesserocr

tesserocr v2.7.1

26 Aug 17:30
Compare
Choose a tag to compare
  • 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

27 Apr 13:37
Compare
Choose a tag to compare

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

28 Mar 16:57
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.6.2...v2.6.3

tesserocr v2.6.2

09 Oct 13:37
Compare
Choose a tag to compare
  • Updated pre-built binaries tesseract version to 5.3.3
  • Added aarch64 wheels (#330 and #331)
  • Updated Cython version requirement

tesserocr v2.6.1

19 Jul 13:46
Compare
Choose a tag to compare
  • Added an upper bound to the Cython version dependency (<3.0.0) to avoid any breaking changes
  • Binary wheels for Linux/macosx

tesserocr v2.6.0

14 Mar 12:53
Compare
Choose a tag to compare
  • _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

tesserocr v2.5.2

19 Jun 21:08
Compare
Choose a tag to compare
  • 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)

tesserocr v2.5.1

17 Mar 17:44
Compare
Choose a tag to compare
  • Fix order of linker arguments (#211)
  • Fix memory leaks in GetComponentImages (#213)

tesserocr v2.5.0

08 Nov 23:09
10ad6ef
Compare
Choose a tag to compare

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)

tesserocr v2.4.1

23 Aug 16:06
Compare
Choose a tag to compare

Bugs fixed:

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