tesserocr v2.2.0 Release Notes

Release Date: 2017-05-28 // almost 7 years ago
    • ๐Ÿ‘Œ Improved setup script
    • ๐Ÿ‘ Tesseract 4.0 support:
      • Two new OEM enums: OEM.LSTM_ONLY and OEM.TESSERACT_LSTM_COMBINED (tesseract 4.0+)
      • Two new API methods: GetTSVText and DetectOrientationScript (tesseract 4.0+)
      • PyTessBaseApi. __init__ now accepts a new attribute oem (OCR engine mode: OEM.DEFAULT by default).
      • file_to_text and image_to_text functions now also accept the oem attribute as above.
    • ๐Ÿ›  Fixed segfault on API Init* failure
    • Fixed segfault when pixa_to_list returns NULL
    • ๐Ÿ“š Documentation fixes and other minor improvments