Loading [MathJax]/extensions/tex2jax.js

TOP » Tutorial Exercises » Reading Numbers from Images (ocr_read)

Reading Numbers from Images (ocr_read)

Aim

Create an algorithm which reads values from an LCD display.

Input

The set of images with an LCD display.

Images are stored in ocr_read directory.

Output

Values read from the LCD display.

Hints

This example shows how to extract a text from an image and create an OCR model.

To perform most of the OCR applications two filters are needed. Extracting the text from the image can be done using the ExtractText filter. To get textual values from regions the ReadText filter can be used. Both of these filters has a specialized GUI editor which is a convenient way to perform the text reading.

While training OCR model please gather or create 4 samples per character.

Create missing digits samples from '8'.

Labeling connections is explained in this article.

Solution (AVS)

►Click here to show the solution.

その他の資料