My requirement is i need to read OCR text from the image(jpg) using tensorflow. I tried by downloading the below project and tried to execute the code.
https://github.com/tensorflow/models/tree/master/attention_ocr
I am able to execute the train.py but unable to test the complete flow. I want to train and test 100 sample images. Could anybody share detail insight how to take it further.
FYI: Earlier i used the pytesser API but the accuracy was very low. It was not able to read text of various sizes.