pytesseract v0.3.7 Release Notes

Release Date: 2020-11-20 // over 3 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.


Previous changes from v0.3.6

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