All Versions
14
Latest Version
Avg Release Cycle
66 days
Latest Release
1289 days ago

Changelog History
Page 1

  • v0.3.7 Changes

    November 20, 2020

    ๐Ÿ‘ [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 Changes

    August 29, 2020

    โž• Added support for ALTO XML output (by @eivtho)
    ๐Ÿ›  Minor bugfix with TSV parsing.
    โฑ More graceful timeout termination under Unix-like environments.

  • v0.3.5 Changes

    July 25, 2020

    โœ‚ 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 Changes

    April 18, 2020

    ๐Ÿ‘Œ Support for WebP images
    ๐Ÿ‘Œ Support for python 3.8 (CI testing)
    ๐Ÿ‘Œ Improved cli error reporting
    ๐Ÿ›  Fix for temp files under Windows

  • v0.3.3 Changes

    March 01, 2020

    ๐Ÿ› Bug fixes for:

    • ๐Ÿ temp file read access on Windows
    • duplicate format argument upon image save
  • v0.3.2 Changes

    January 16, 2020

    ๐Ÿ› Bug fix for proper cleaning of the temp files

  • v0.3.1 Changes

    December 20, 2019
    • ๐Ÿ‘€ 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 Changes

    August 20, 2019
    • ๐Ÿ›  Fix issue with leaking file descriptors.
  • v0.2.9 Changes

    August 06, 2019
    • 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 Changes

    July 27, 2019
    • ๐Ÿ”จ Various minor fixes and refactoring
    • โฑ Introduce the new timeout functionality
    • ๐Ÿ‘Œ Improved and updated documentation with additional examples