Skip to content

Releases: madmaze/pytesseract

v0.3.13

15 Oct 15:39
bb128f3
Compare
Choose a tag to compare
  • Add support for Python 3.12

v0.3.12

12 Sep 17:22
e43f736
Compare
Choose a tag to compare
  • New functionality run_and_get_multiple_output #511

v0.3.11

25 Aug 20:27
Compare
Choose a tag to compare
  • Fix for config parsing on Windows (#356 and #501)
  • Fixes for the default hocr and boxing configs (#106 and #454)
  • get_tesseract_version caching is optional and disabled by default for the user (#411)
  • Various CI upgrades

v0.3.10

14 Mar 19:28
de7c9ae
Compare
Choose a tag to compare
  • Fix image_to_osd regression (reported by @klavdijS)

v0.3.9

25 Jan 22:56
4431efb
Compare
Choose a tag to compare
  • Support only python 3.7+ (3.6 is End of Life)
  • Switch from deprecated distutils version parsing to packaging.version
  • Add build system requirements in order for pip to properly install Pillow

v0.3.8

04 Jun 21:45
805d395
Compare
Choose a tag to compare

Bugfix release:

  • Header handling in file_to_dict function by @igor-ma
  • Proper raising behavior in case of timeout by @amenezes
  • __version__ attribute support by @amenezes
  • Couple of bug fixes

v0.3.7

20 Nov 07:45
f7ebc3a
Compare
Choose a tag to compare

[breaking change] Python 2 and 3.5 support dropped - reason, End of Life.
Migration to GitHub Actions CI workflow and pre-commit.ci for linting.
Added new function get_languages.
A couple of bug fixes.

v0.3.6

29 Aug 19:40
435782a
Compare
Choose a tag to compare

Added support for ALTO XML output (by @eivtho)
Minor bugfix with TSV parsing.
More graceful timeout termination under Unix-like environments.

v0.3.5

25 Jul 17:57
00eab41
Compare
Choose a tag to compare

Removed pre-processing conversion - Pillow's image mode matrix doesn't support all use cases.
Fix for the output data from tesseract
Fix for dynamic I/O error handling

v0.3.4

18 Apr 14:35
b728fc5
Compare
Choose a tag to compare

Support for WebP images
Support for python 3.8 (CI testing)
Improved cli error reporting
Fix for temp files under Windows