EasyOCR - Reading Texts

Reference | Code Snippets

EasyOCR optical character recognition library reads short texts (such as serial numbers, part numbers and dates).

It uses font files (pre-defined OCR-A, OCR-B and Semi standard fonts, or other learned fonts ) with a template matching algorithm that can recognize even badly printed, broken or connected characters of any size.

There are 4 steps to recognizing characters:

1. Raw image 2. Object segmentation 3. Character isolation 4. Character recognition