i have read the 
trainingtesseract3<https://code.google.com/p/tesseract-ocr/wiki/TrainingTesseract3>and
 install the tesseract 
3.02<http://code.google.com/p/tesseract-ocr/downloads/detail?name=tesseract-ocr-setup-3.02.02.exe&can=2&q=>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 !

-- 
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].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/45d86c78-d907-4ae7-9330-4936137823ca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to