A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and compatible with Google Cloud ML Engine.
The only downside to this method is it doesn't allow whitespace in image paths. My recommendation if this is desired is to switch the code back to only allowing tabs, or changing over to a json format.
Fixes #100. This would restore original functionality before https://github.com/emedvedev/attention-ocr/commit/0cfeacb945f78e810ebac587ab06a67e7da9d752 and still allow any singular whitespace separator between the image path and the label.
The only downside to this method is it doesn't allow whitespace in image paths. My recommendation if this is desired is to switch the code back to only allowing tabs, or changing over to a json format.