ocr4gamera - OCR system using the Gamera framework
ocr4gamera -x <traindata> [options]
<imagefile>
- -v <int>, --verbosity=<int>
- Set verbosity level to <int>. Possible values are 0
(default): silent operation; 1: information on progress; >2:
segmentation info is written to PNG files with prefix debug_.
- -h,
--help
- Display help and exit.
- --version
- Print version and exit.
- -d,
--deskew
- Do a skew correction (recommended).
- -od <dir>,
--output_directory=<dir>
- Writes for each input image <img> the recognized text to
<dir>/<img>.txt. Note that this option cannot be used
in combination with -o (--outfile).