arturaugusto / display_ocr

Real-time image preprocess and OCR.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Display OCR

Unmaintained. Alternative traineddata avaliable at https://github.com/Shreeshrii/tessdata_ssd or alternative implementation that don't use tesseract: https://github.com/arturaugusto/7seg-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

About

Real-time image preprocess and OCR.

License:GNU General Public License v2.0


Languages

Language:Python 100.0%