Closed GoogleCodeExporter closed 9 years ago
I am replying to Myself:
I have found that if the .tr files count is exceeds above 70, the command will
end up in the above error. If the ..tr file count is less than or equal to 70
it will produce desired output!. Is this a Bug????
--------------------------------------------------
IF:
#mftraining -F font_properties -U unicharset -O lot.unicharset img1.tr .....
img80.tr
O/P : mftraining: intproto.cpp:702: INT_CLASS_STRUCT* NewIntClass(int, int):
Assertion `MaxNumConfigs <= 64' failed.
Writing Merged Microfeat ...Aborted
BUT:
#mftraining -F font_properties -U unicharset -O lot.unicharset img1.tr .....
img70.tr
O/P : Warning: no protos/configs for _ in CreateIntTemplates()
Warning: no protos/configs for , in CreateIntTemplates()
Warning: no protos/configs for 54 in CreateIntTemplates()
Warning: no protos/configs for | in CreateIntTemplates()
Error: no configs for class _ in mftraining
Error: no configs for class , in mftraining
Error: no configs for class 54 in mftraining
Error: no configs for class | in mftraining
Writing Merged Microfeat ...Done!
--------------------------------------------------
Please see my terminal view here : http://pastebin.com/ZNAWGNiB
Original comment by arun.sas...@cabotsolutions.com
on 27 Oct 2011 at 6:57
please have a look at
http://code.google.com/p/tesseract-ocr/issues/detail?id=537#c6
Original comment by zde...@gmail.com
on 23 Feb 2012 at 8:20
Original issue reported on code.google.com by
arun.sas...@cabotsolutions.com
on 26 Oct 2011 at 2:56