Text detection on Seven Segment Display via Tesseract OCR

后端 未结 3 1630
我寻月下人不归
我寻月下人不归 2021-02-01 06:47

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

3条回答
  •  情话喂你
    2021-02-01 07:34

    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.

提交回复
热议问题