Skip to content

DEEP LEARNING - OCR

The DeepLearning OCR example shows a simple program that extract textual information within an image using pre-trained OCR models. The models are preinstalled with OEVIS.

DL

A test image is load using Image.Load then ReadText is used to extract the text inside a rectangular ROI.

DL

DL

Furthermore, ReadTextByLevel can be used to extract the segmented text by retrieving each word and block that compose the text.

DL

DL

In the preview it is possible to inspect the results, both graphical and textual.