emedvedev / attention-ocr

A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and compatible with Google Cloud ML Engine.
MIT License
1.08k stars 256 forks source link

Hi Can I use this code for English letter recognition in an image for different fonts and different font sizes. Can you plz help me. Thanks #109

Closed SANDAFERNANDO closed 6 years ago

emedvedev commented 6 years ago

You certainly can, but you have to train your model on a similar dataset first. If you're not sure about how that works, use an OCR engine such as Tesseract instead.