Jayant Rajwani

Jayant Rajwani

  • NA
  • 3.1k
  • 2.4k

Need a .NET wrapper for the LSTM based tesseract 4.0

Nov 30 2018 7:26 AM
Goal - read text from image in C#.
I want to use tesseract 4.0 which has lstm capability.
https://github.com/tesseract-ocr/tesseract/releases/tag/4.0.0 
It'd be great even if I'm able to get a python service which i can make a post request to with an image and get back the text.
till now i am using tesseract 3.02 which has very poor output.