2103677649 / tesseract-ocr

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

Issue at generating .tr file stage #421

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Generate box file from the tif file: tesseract eng.tri.0.tif eng.tri.0 
batch.nochop makebox
2. Edit the box file to make sure of correctness
3. Generate training file: tesseract eng.tri.0.tif eng.tri.0 nobatch box.train

What is the expected output? What do you see instead?
Expected output is .tr file.
What I see is the error
read_params_file: parameter not found: tessedit_use_nn

What version of the product are you using? On what operating system?
I am using svn version 550. On Windows XP

Please provide any additional information below.
I tried to checkout version 525 using the command "svn checkout 
http://tesseract-ocr.googlecode.com/svn/trunk/ tesseract-ocr@525". But it said 
finally that it has checked out 550.

Original issue reported on code.google.com by aparn...@gmail.com on 5 Jan 2011 at 6:04

GoogleCodeExporter commented 9 years ago
r550 is used 3.01 version. There is not description for changed training 
process (yet). 

Please use 3.00 (r525) version and follow 
http://code.google.com/p/tesseract-ocr/wiki/TrainingTesseract3 if you need 
train new language

Original comment by zde...@gmail.com on 5 Jan 2011 at 10:46

GoogleCodeExporter commented 9 years ago
"read_params_file: parameter not found: tessedit_use_nn" fixed in svn.
Or have a look on 
http://groups.google.com/group/tesseract-ocr/msg/2627273181292faa?hl=en

Original comment by zde...@gmail.com on 6 Aug 2011 at 11:54