Recurrent neural network with attention mechanism for optical character recognition. An early prototype.
To train a new model:
python train.py
To train an existing model:
python train.py -m model.pkl
To test a model:
python test.py -m model -t "sometext"