Skip to content

Releases: madmaze/pytesseract

v0.3.3

01 Mar 19:57
500299f
Compare
Choose a tag to compare

Bug fixes for:

  • temp file read access on Windows
  • duplicate format argument upon image save

v0.3.2

16 Jan 20:52
530ebcf
Compare
Choose a tag to compare

Bug fix for proper cleaning of the temp files

v0.3.1

20 Dec 18:43
1889391
Compare
Choose a tag to compare
  • License changed from GPLv3 to Apache 2.0 ( for more info see #237 )
  • Additional documentation and examples
  • Extended config support for pandas
  • pre-commit config for the project
  • Bug fixes and refactoring

v0.3.0

20 Aug 15:21
ccb3bc0
Compare
Choose a tag to compare
  • Fix issue with leaking file descriptors.

v0.2.9

06 Aug 10:40
4d11f2c
Compare
Choose a tag to compare
  • Additional documentation and exported new method run_and_get_output.
  • Improve image format handling, whenever using Pillow library manipulation.
  • Fixed issue with numpy support.
  • Fix timeout issues with Travis CI.

v0.2.8

27 Jul 09:12
2827247
Compare
Choose a tag to compare
  • Various minor fixes and refactoring
  • Introduce the new timeout functionality
  • Improved and updated documentation with additional examples

v0.2.7

29 Jan 13:54
5a39257
Compare
Choose a tag to compare
  • Documentation improvements and new examples for batch processing
  • Various fixes and code refactoring for the child process routines
  • No more support for python 2.6, only python 2.7+

v0.2.6

30 Nov 12:02
a50fbea
Compare
Choose a tag to compare
  • Support for the pandas DataFrame format
  • Code refactoring and fixes for the subprocess routines

v0.2.5

02 Oct 21:50
01edecc
Compare
Choose a tag to compare
  • Support for searchable pdf and hocr output format
  • Cleanup of deprecated options
  • Documentation adjustments

v0.2.4

17 Jul 21:35
c68f978
Compare
Choose a tag to compare
  • Refactoring and raw image support (by passing relative or absolute image path)
  • Fix psm/osd/tsv mode handling logic
  • Documentation adjustments