├── micr-ground-truth
│ ├── micr-1.gt.txt
│ ├── micr-1.tif
│ ├── micr-2.gt.txt
│ └── micr-2.tif
└── micr_ref-ground-truth
├── micr_ref.gt.txt
└── micr_ref.tif
And then I run the following 3 commands:
gmake tesseract-langdata
gmake proto-model MODEL_NAME=micr_ref
gmake training MODEL_NAME=micr START_MODEL=micr_ref
The final command to train the micr model fails quickly with the following error:
Failed to continue from: data/micr_ref/micr.lstm
Can someone tell what I am doing wrong?
BTW, I've attached data.zip. To reproduce, just unzip it in the tesstrain directory and run the 3 commands mentioned above.
Thanks,
Keith