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.