Skip to content

tesserocr v2.3.0

Compare
Choose a tag to compare
@sirfz sirfz released this 26 Jun 15:21
· 92 commits to master since this release
  • Support for Tesseract 4
    • New OCR engines LSTM_ONLY and TESSERACT_LSTM_COMBINED
    • New default tessdata path handling (#104)
  • Fixed compilation against Tesseract v3.05.02 which required c++11 (#120)
  • Fallback to 'eng' as default language when default language returned by the API is empty (#103)
  • Added notes about Windows installation in the README (#97)