Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

hocr(1) [debian man page]

HOCR(1) 							   User Commands							   HOCR(1)

NAME
hocr - Hebrew OCR utility DESCRIPTION
Usage: hocr [OPTION...] - Hebrew OCR utility Help Options: -?, --help Show help options --help-all Show all help options --help-file Show file options --help-image-proccesing Show image proccesing options --help-segmentation Show segmentation options --help-debug Show debug options File options -O, --images-out-path=PATH use PATH for output images -u, --data-out=FILE use FILE as output data file name -C, --save-copy save a compy of original image -b, --save-bw save proccesd bw image -B, --save-bw-exit save proccesd bw image and exit -l, --save-layout save layout image -L, --save-layout-exit save layout image and exit -f, --save-fonts save fonts -F, --save-fonts-exit save fonts images and exit Image proccesing options -T, --thresholding-type=NUM thresholding type, 0 normal, 1 none, 2 fine -t, --threshold=NUM use NUM as threshold value, 1..100 -a, --adaptive-threshold=NUM use NUM as adaptive threshold value, 1..100 -s, --scale=SCALE scale input image by SCALE 1..9, 0 auto -S, --no-auto-scale do not auto acale image -q, --rotate=DEG rotate image clockwise in deg. -Q, --no-auto-rotate do not auto rotate image Segmentation options -c, --colums setup=NUM colums setup: 1.. #colums, 0 auto, 255 free -x, --slicing=NUM use NUM as font slicing threshold, 1..250 -X, --slicing-width=NUM use NUM as font slicing width, 50..250 -w, --font-spacing=NUM font spacing: tight ..-1, 0, 1.. spaced Debug options -g, --draw-grid draw grid on output images -d, --debug print debuging information while running -D, --debug-extra print extra debuging information -y, --font-filter=NUM debug a font filter, use filter NUM -Y, --font-filter-list print a list of debug a font filters -j, --font-num-out print font numbers in output text Application Options: -i, --image-in=FILE use FILE as input image file name -o, --text-out=FILE use FILE as output text file name -h, --html-out output text in html format -N, --no-gtk do not use gtk for file input and output -z, --font=NUM use font NUM -n, --no-nikud do not recognize nikud -v, --version print version information and exit libhocr-0.10.5-i686-pc-linux-gnu-12022008 http://hocr.berlios.de Copyright (C) 2005-2008 Yaacov Zamir <kzamir@walla.co.il> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. SEE ALSO gocr(1), ocrad(1), unpaper(1) hocr - Hebrew OCR utility February 2008 HOCR(1)

Check Out this Related Man Page

RECINS(1)							   User Commands							 RECINS(1)

NAME
recins - insert records in a recfile SYNOPSIS
recins [OPTION]... [t TYPE] [-n NUM | -e EXPR | -q STR | -m NUM] [(-f STR -v STR]|[-R RECDATA)]... [FILE] DESCRIPTION
Insert new records in a rec database. -f, --field=STR field name; should be followed by a -v. -v, --value=STR field value; should be preceded by an -f. -r, --record=STR record that will be inserted in the file. --force insert the record even if it is violating record restrictions. --no-external don't use external descriptors. --no-auto don't insert auto generated fields. --verbose give a detailed report if the integrity check fails. -s, --password=STR encrypt confidential fields with the given password. --help print a help message and exit. --version show version and exit. Record selection options: -i, --case-insensitive make strings case-insensitive in selection expressions. -t, --type=TYPE operate on records of the specified type only. -e, --expression=EXPR selection expression. -q, --quick=STR select records with fields containing a string. -n, --number=NUM,... select specific records by position, with ranges. -R, --random=NUM select a given number of random records. If no FILE is specified then the command acts like a filter, getting the data from standard input and writing the result to standard out- put. AUTHOR
Written by Jose E. Marchesi. REPORTING BUGS
Report bugs to: bug-recutils@gnu.org GNU recutils home page: <http://www.gnu.org/software/recutils/> General help using GNU software: <http://www.gnu.org/gethelp/> COPYRIGHT
Copyright (C) 2010, 2011, 2012 Jose E. Marchesi. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SEE ALSO
The full documentation for recins is maintained as a Texinfo manual. If the info and recins programs are properly installed at your site, the command info recins should give you access to the complete manual. recins 1.4.93 January 2012 RECINS(1)
Man Page