/tesseract-HTR

A simple Hand Text Written Recognition model built on top of the pytesseract API, wrapped in REST routes

Primary LanguageHTML

Download Instructions:

  • Download the binaries from here, any stable version, doesn't matter - https://github.com/UB-Mannheim/tesseract/wiki
  • Set path to .exe file - pytesseract.pytesseract.tesseract_cmd = 'C:\\Program Files (x86)\\Tesseract-OCR\\tesseract.exe'
  • You're done!