Skip to content

Latest commit

 

History

History
 
 

208-optical-character-recognition

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Optical Character Recognition (OCR) with OpenVINO™

In this tutorial optical character recognition is presented. This notebook is a continuation of 004-hello-detection notebook.

Notebook Contents

In addition to previously used horizontal-text-detection-0001 model, atext-recognition-resnet model is used. This model reads tight aligned crop with detected text converted to a grayscale image and returns tensor that is easily decoded to predicted text. Both models are from Open Model Zoo.

Installation Instructions

If you have not installed all required dependencies, follow the Installation Guide.