/display_ocr

Real-time image preprocess and OCR.

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

Display OCR

OpenCV-Python + python-tesseract real-time image preprocess and OCR.

alt tag

Trained data for 7 segments font avaliable under letsgodigital folder.

Web-app using trained data: http://ocr.sytes.net (Not always up, due to the low cost server)

Reference: https://code.google.com/p/python-tesseract/

Tips to achieve better results:

  • Use erode to avoid gaps between the segments.
  • Avoid direct light on the display (I use parchment paper to diffuse the light)

License: GPL v2