Hi Vince, Tesseract has a habit of quitting in quite spectacular ways if things aren't to its liking. So it will tend to warn about something not being correct, then try to continue anyway and give you a large and imposing traceback. That looks like what has happened here.
The two error messages of interest are: > read_params_file: Can't open nobatch > read_params_file: Can't open box.train.stderr These are the two files in tessdata/configs that set things up so that Tesseract will do its training stuff. The fact that it's complaining that it can't open them must mean that they aren't installed wherever it's looking. I don't know much about Windows, but look into making sure everything is installed to the correct place, and then try re-running it. Nick -- 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

