AmitGorvadiya / tesseract-ocr

Automatically exported from code.google.com/p/tesseract-ocr
Other
0 stars 0 forks source link

Problems with mftraining and cntraining #190

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am having a problem running mftraining and cntraining.

when using a command such as : cntraining imageFile.tr

I am receiving an error message, vis a vis the following:

Signal_termination_handler called with signal 3000
Signal_exit 30 SIGNAL ABORT. LocCode: 3  SignalCode: 3

Any ideas...

Thanks.

Chris Weeks.

Original issue reported on code.google.com by chris.we...@gtempaccount.com on 24 Feb 2009 at 11:00

GoogleCodeExporter commented 9 years ago
Hi. Get this error, if the .tr-file is too big (bigger than 1,3MB):

Signal_termination_handler called with signal 1000
Signal_exit 30 SIGNAL ABORT. LocCode: 3  SignalCode: 3

Become signal 3000, if forget the ".tr"
--> mftraining BOX.tr
--> cntraining BOX.tr

Original comment by webmas...@schwibbogen-dittrich.de on 27 Feb 2009 at 10:40

GoogleCodeExporter commented 9 years ago
Sorry, this is cryptic tesseractese for "Can't open file: blah"
The tr files generated from the downloadable box and tiff files total 200MB, 
and it 
loads them fine for me.

Original comment by theraysm...@gmail.com on 10 Mar 2009 at 7:27