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 notebook

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

Notebook Contents

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

Installation Instructions

If you have not done so already, please follow the Installation Guide to install all required dependencies.