The problem that I am running with is to extract the text out of an image and for this I have used Tesseract v3.02. The sample images from which I have to extract text are relat
https://github.com/upupnaway/digital-display-character-rec/blob/master/digital_display_ocr.py
Did this using openCV and tesseract and the "letsgodigital" trained data
-steps include edge detection and extracting the display using the largest contour. Then threshold image using otsu or binarization and pass it through pytesseracts image_to_string function.