Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 1.14 KB

File metadata and controls

15 lines (9 loc) · 1.14 KB

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.