Specifying Learn Files for OCRchie

Linking new images and text files for learning into OCRchie is a simple process. In the file "learnfile.tcl" add a line:

LEARN <imagefilename> <textfilename> $SYNCH_WORDS
(if you would like OCRchie to synchronize words)
or
LEARN <imagefilename> <textfilename> $DONT_SYNCH_WORDS
(if you don't want OCRchie to sychronize words)

The text file does not need to be a complete translation of the imagefile, but it must not be longer. Components can be learned as strings by putting the translation in angled brackets Example: <Int>

To link a data file of previously learned characters, insert the line

LEARN_DATA <datafilename>

into learnfile.tcl

You may also link and write out data files through the "Read Learned Chars" and "Write Learned Chars" commands under the file menu.