man hocr (Commandes) - command line Hebrew OCR tool

NAME

hocr - command line Hebrew OCR tool

example programs for libhocr, a library that help use Hebrew character recognition.

SYNOPSIS

hocr [OPTION] [-i] pnm file

DESCRIPTION

hocr is an optical character recognition program that can be used from the command line. It takes input in PBM format, and writes recognized utf-8 Hebrew text to stdout. input pbm file must be a binary black and white pnm file (magic "P4/5").

OPTIONS

-h
show usage information
-i file
read input from file
-o file
send output to file instead of stdout
-d
use internal dictionary to guess misread fonts.
-n
try to guess nikud for fonts.
-s
use spaces for tabs.
-t
indent indented lines.
-f format
output format (html text)

SEE ALSO

AUTHOR

Yaacov Zamir 2005.

gocr(1), ocrad(1)