pytesseract

A Python wrapper for Google Tesseract

APACHE-2.0 License

Downloads
2.8M
Stars
5.8K
Committers
46

Bot releases are hidden (Show)

pytesseract - v0.3.13 Latest Release

Published by int3l about 1 year ago

  • Add support for Python 3.12
pytesseract - v0.3.12

Published by int3l about 1 year ago

  • New functionality run_and_get_multiple_output #511
pytesseract - v0.3.11

Published by int3l about 1 year ago

  • 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
pytesseract - v0.3.10

Published by int3l over 2 years ago

  • Fix image_to_osd regression (reported by @klavdijS)
pytesseract - v0.3.9

Published by int3l over 2 years ago

  • 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
pytesseract - v0.3.8

Published by int3l over 3 years ago

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
pytesseract - v0.3.7

Published by int3l almost 4 years ago

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

pytesseract - v0.3.6

Published by int3l about 4 years ago

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

pytesseract - v0.3.5

Published by int3l about 4 years ago

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

pytesseract - v0.3.4

Published by int3l over 4 years ago

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

pytesseract - v0.3.3

Published by int3l over 4 years ago

Bug fixes for:

  • temp file read access on Windows
  • duplicate format argument upon image save
pytesseract - v0.3.2

Published by int3l almost 5 years ago

Bug fix for proper cleaning of the temp files

pytesseract - v0.3.1

Published by int3l almost 5 years ago

  • 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
pytesseract - v0.3.0

Published by int3l about 5 years ago

  • Fix issue with leaking file descriptors.
pytesseract - v0.2.9

Published by int3l about 5 years ago

  • 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.
pytesseract - v0.2.8

Published by int3l about 5 years ago

  • Various minor fixes and refactoring
  • Introduce the new timeout functionality
  • Improved and updated documentation with additional examples
pytesseract - v0.2.7

Published by int3l over 5 years ago

  • 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+
pytesseract - v0.2.6

Published by int3l almost 6 years ago

  • Support for the pandas DataFrame format
  • Code refactoring and fixes for the subprocess routines
pytesseract - v0.2.5

Published by int3l about 6 years ago

  • Support for searchable pdf and hocr output format
  • Cleanup of deprecated options
  • Documentation adjustments
pytesseract - v0.2.4

Published by int3l over 6 years ago

  • Refactoring and raw image support (by passing relative or absolute image path)
  • Fix psm/osd/tsv mode handling logic
  • Documentation adjustments
Package Rankings
Top 0.56% on Pypi.org
Top 5.6% on Proxy.golang.org
Top 27.76% on Anaconda.org
Top 15.78% on Spack.io
Top 8.27% on Conda-forge.org
Related Projects