How To
How To
How To
n X-Window
screen such as ICC or SMDH:
Installation of tools:
Both programs have minimal impact on the system. Tesseract only updates PATH, T
EMP, and TMP environment variables and creates TESSDATA_PREFIX. It creates two
registry entries under HKEY_CURENT_USER/Software/Tesseract-OCR; Version (3.00),
and Install Dir (C:\Program Files\Tesseract-OCR).
Configuration folders:
doc
tessdata
configs
tessconfigs
training
Files in top level folder:
uninstall.exe
tesseract.exe
leptonlib.dll
gzip.exe
-----------------------------------------------------------
Convert any box with Cyan text to white on black:
// convert cyan to white
convert FOO.tif -fill white -opaque "rgb(0,160,158)" FOO_W.tif
//convert menu gray and dark blue to black
convert FOO_W.tif -fill black -opaque "rgb(0,0,153)" -opaque "rgb(114,114,114)"
FOO_BW.tif