|
16. How do I add words to the Internal OCR Engine custom dictionary? |
First down load the Dictionary recompile tools from the EzeScan Downloads page, then perform the following 8 steps:
- Unzip the files into your c:\program files\ezescan directory.
- Run a DOS command window
- cd c:\program files\ezescan and run
zlist english.wdc > mydict.txt
- Open the file mydict.txt in MSWord and add the new entries you want to it.
- Spellcheck the file in MSWord
- Save the file in MSWord as mydict.txt
- Now recompile the dictionary by running
zpellin mydict.txt custom.wdc
- In the jobtypes that need to use this dictionary make sure that the Custom Dictionary entry is selected on the jobtypes OCR tab.
|