i have read the
trainingtesseract3 and install the
tesseract 3.02 to my windows xp.
1. prepare the images as eng.arial.exp0.tif,eng.arial.exp1.tif,eng.arial.exp1.tif,eng.arial.exp2.tif
2.in cmd console
tesseract eng.arial.exp0.tif eng.arial.exp0 batch.nochop makebox
tesseract eng.arial.exp1.tif eng.arial.exp1 batch.nochop makebox
tesseract eng.arial.exp2.tif eng.arial.exp2 batch.nochop makebox
program produce the eng.arial.exp0.box,eng.arial.exp1.box,eng.arial.exp2.box files
3. in cmd console
tesseract eng.arial.exp0.tif eng.arial.exp0.box nobatch box.train
tesseract eng.arial.exp1.tif eng.arial.exp1.box nobatch box.train
tesseract eng.arial.exp2.tif eng.arial.exp2.box nobatch box.train
program produces
eng.arial.exp0.tr,
eng.arial.exp1.tr,
eng.arial.exp2.tr files
4.in cmd console
unicharset_extractor eng.arial.exp0.box eng.arial.exp1.box eng.arial.exp2.box
program produces unicharset file
5.in cmd console
shapeclustering -F unicharset
eng.arial.exp0.tr eng.arial.exp1.tr eng.arial.exp2.tr program launch the error :
Unable to open
eng.arial.exp0.tr!
signal-termination-handler: error:signal-termination-handler called:code3000
why it is ! what is my wrong step?
thank you !