Skip to content

Releases: sirfz/tesserocr

tesserocr v2.10.0

13 Jan 15:39

Choose a tag to compare

What's Changed

  • place long running API calls in cysignals blocks by @bertsky in #384

Full Changelog: v2.9.2...v2.10.0

tesserocr v2.9.2

18 Dec 08:51

Choose a tag to compare

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

10 Oct 13:15

Choose a tag to compare

(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

09 Oct 13:13

Choose a tag to compare

Python 3.14 wheels have landed!

Binary wheels built with:

  • Leptonica v1.86.0
  • Tesseract v5.5.1

What's Changed

New Contributors

Full Changelog: v2.8.0...v2.9.0

tesserocr v2.8.0

12 Feb 10:53

Choose a tag to compare

What's Changed

Full Changelog: v2.7.1...v2.8.0

tesserocr v2.7.1

26 Aug 17:30

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

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

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

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

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