Recent Releases of pytesseract

pytesseract - v0.3.13

  • Add support for Python 3.12

- Python
Published by int3l over 2 years ago

pytesseract - v0.3.12

  • New functionality run_and_get_multiple_output #511

- Python
Published by int3l almost 3 years ago

pytesseract - v0.3.11

  • Fix for config parsing on Windows (#356 and #501)
  • Fixes for the default hocr and boxing configs (#106 and #454)
  • gettesseractversion caching is optional and disabled by default for the user (#411)
  • Various CI upgrades

- Python
Published by int3l almost 3 years ago

pytesseract - v0.3.10

  • Fix image_to_osd regression (reported by @klavdijS)

- Python
Published by int3l over 4 years ago

pytesseract - v0.3.9

  • 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

- Python
Published by int3l over 4 years ago

pytesseract - v0.3.8

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

- Python
Published by int3l about 5 years ago

pytesseract - v0.3.7

[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.

- Python
Published by int3l over 5 years ago

pytesseract - v0.3.6

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

- Python
Published by int3l almost 6 years ago

pytesseract - v0.3.5

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

- Python
Published by int3l almost 6 years ago

pytesseract - v0.3.4

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

- Python
Published by int3l about 6 years ago

pytesseract - v0.3.3

Bug fixes for: - temp file read access on Windows - duplicate format argument upon image save

- Python
Published by int3l over 6 years ago

pytesseract - v0.3.2

Bug fix for proper cleaning of the temp files

- Python
Published by int3l over 6 years ago

pytesseract - v0.3.1

  • 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

- Python
Published by int3l over 6 years ago

pytesseract - v0.3.0

  • Fix issue with leaking file descriptors.

- Python
Published by int3l almost 7 years ago

pytesseract - v0.2.9

  • 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.

- Python
Published by int3l almost 7 years ago

pytesseract - v0.2.8

  • Various minor fixes and refactoring
  • Introduce the new timeout functionality
  • Improved and updated documentation with additional examples

- Python
Published by int3l almost 7 years ago

pytesseract - v0.2.7

  • 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+

- Python
Published by int3l over 7 years ago

pytesseract - v0.2.6

  • Support for the pandas DataFrame format
  • Code refactoring and fixes for the subprocess routines

- Python
Published by int3l over 7 years ago

pytesseract - v0.2.5

  • Support for searchable pdf and hocr output format
  • Cleanup of deprecated options
  • Documentation adjustments

- Python
Published by int3l almost 8 years ago

pytesseract - v0.2.4

  • Refactoring and raw image support (by passing relative or absolute image path)
  • Fix psm/osd/tsv mode handling logic
  • Documentation adjustments

- Python
Published by int3l almost 8 years ago

pytesseract - v0.2.2

Lots of code improvements/refactoring. Contributors list updated.

- Python
Published by int3l about 8 years ago

pytesseract - v0.2.1

  • Documentation and link ref fixes
  • Suppression for the Windows console window

- Python
Published by int3l over 8 years ago

pytesseract - v0.2.0

Fix stupid mistakes/bugs and polish the new image handling logic.

- Python
Published by int3l over 8 years ago

pytesseract - v0.1.9

- Python
Published by int3l over 8 years ago

pytesseract - v0.1.8

- Python
Published by int3l over 8 years ago

pytesseract - v0.1.7

version 0.1.7

- Python
Published by int3l about 9 years ago