In this tutorial optical character recognition is presented. This notebook is continuation of 004-hello-detection notebook.
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.
If you have not done so already, please follow the Installation Guide to install all required dependencies.