The following are the step-by-step instructions for setting up and running Tesseract’s internal state viewer (called "ScrollView") on Windows.
Although there already exists a dedicated wiki article (and the instructions herein are based upon it), it can cause some confusion for Tesseract newbies and those who don’t feel comfortable with the technology mixture required for the setup.
This is all that can be said about installation of and launching the Tesseract viewer. For information on how to use Tesseract viewer’s user interface please refer to http://code.google.com/p/tesseract-ocr/wiki/ViewerDebugging
A few words on the command-line parameters used:
Sunday, February 6, 2011
Tesseract OCR: Setting Up Interactive Debug Environment On Windows
cd C:\tess_debug
tesseract phototest.tif test1 segdemo inter
Type the above command in the Windows Command Prompt. The viewer window containing letter outlines should appear shortly.tesseract image.tif test1 -l yourlang segdemo inter
In order for this command to run successfully, the language file called yourlang.traneddata should be placed into the tessdata subfolder of the installation suite folder.tesseract phototest.tif test1 matdemo inter
NOTE: The matdemo config file can also be found in the installation suite folder.Tags: debug, OCR, ScrollView, Tesseract, Windows

0 comments:
Post a Comment