You did not provided a lot of information... But I would say on 98% you did not followed tesseract training instructions. I would left rest of 2% it could have roots in "TIFF file problem".
BTW: message "tessdata_manager.SeekToStart(TESSDATA_INTTEMP): Error:Assert failed[1] means that there is missing important part of language data file: inttemp[2]. [1] https://code.google.com/p/tesseract-ocr/source/browse/trunk/classify/adaptmatch.cpp?r=753#555 [2] https://code.google.com/p/tesseract-ocr/wiki/TrainingTesseract3#Data_files_required Zdenko On Mon, Feb 17, 2014 at 8:54 AM, Ganesh BL <[email protected]> wrote: > Hi All, > > I have generated tif/box files from JTessBoxEditor and then tried the > following command > tesseract bbb.digi.exp0.tif bbb.digi.exp0 nobatch box.train.stderr > > and i got many failures like below > > Tesseract Open Source OCR Engine v3.02 with Leptonica > FAIL! > APPLY_BOXES: boxfile line 10/a ((101,3154),(110,3169)): FAILURE! Couldn't > find a matching blob > FAIL! > APPLY_BOXES: boxfile line 11/c ((117,3154),(126,3169)): FAILURE! Couldn't > find a matching blob > > Then i thought probably the box file is wrong, Hence i decided to follow > the wiki and use makebox > > tesseract bbb.digi.exp0.tif bbb.digi.exp0 -l bbb batch.nochop makebox > > And this gives me following error > > tessdata_manager.SeekToStart(TESSDATA_INTTEMP):Error:Assert failed:in file > ..\..\classify\adaptmatch.cpp, line 555 > > I think this is due to TIFF file problem. > > Can any one suggest me how can i make a good tiff file which tesseract can > recognize? > > Thanks > Ganesh > > Attached files for reference > > -- > -- > You received this message because you are subscribed to the Google > Groups "tesseract-ocr" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/tesseract-ocr?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "tesseract-ocr" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tesseract-ocr?hl=en --- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

