Windows – How to train Tesseract on Windows

ocrtesseractwindows

I am trying to train tesseract for work on windows. The process finish well but when I make the call to

tesseract.exe file.tiff out 

after this the run, file is empty.

I donĀ“t know what is happen here, I did the same process under linux and work perfectly.

I think that the problem could be the generation with the mftraining.exe.
It throw this messages:

Warning: no protos/configs for a in CreateIntTemplates()
Warning: no protos/configs for f in CreateIntTemplates()
Warning: no protos/configs for l in CreateIntTemplates()
Warning: no protos/configs for o in CreateIntTemplates() 
Warning: no protos/configs for r in CreateIntTemplates()
Error: no configs for class a in mftraining
Error: no configs for class f in mftraining
Error: no configs for class l in mftraining
Error: no configs for class o in mftraining
Error: no configs for class r in mftraining

any other end without problems

Somebody can help me please?

Best Answer

did you try to follow this manuel from google on how to train tesseract ?

https://code.google.com/p/tesseract-ocr/wiki/TrainingTesseract3