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

scrot(1)						      General Commands Manual							  scrot(1)

NAME
scrot - capture a screenshot using imlib2 SYNOPSIS
scrot [options] [file] DESCRIPTION
scrot is a screen capture utility using the imlib2 library to aquire and save images. scrot has a few options, detailed below. Specify [file] as the filename to save the screenshot to. If [file] is not specified, a date-stamped file will be dropped in the current direc- tory. OPTIONS
-h, --help display help output and exit. -v, --version output version information and exit. -b, --border When selecting a window, grab wm border too -c, --count Display a countdown when used with delay. -d, --delay NUM Wait NUM seconds before taking a shot. -e, --exec APP Exec APP on the saved image. -q, --quality NUM Image quality (1-100) high value means high size, low compression. Default: 75. (Effect differs depending on file format chosen). -m, --multidisp For multiple heads, grab shot from each and join them together. -s, --select Interactively select a window or rectangle with the mouse. -u, --focused Use the currently focused window. -t, --thumb NUM generate thumbnail too. NUM is the percentage of the original size for the thumbnail to be. -z, --silent prevent beeping. SPECIAL STRINGS
Both the --exec and filename parameters can take format specifiers that are expanded by scrot when encountered. There are two types of format specifier. Characters preceded by a '%' are interpretted by strftime(2). See man strftime for examples. These options may be used to refer to the current date and time. The second kind are internal to scrot and are prefixed by '$' The following specifiers are recog- nised: $f image path/filename (ignored when used in the filename) $n image name (ignored when used in the filename) $s image size (bytes) (ignored when used in the filename) $p image pixel size $w image width $h image height $t image format $$ prints a literal '$' prints a newline (ignored when used in the filename) EXAMPLE
scrot '%Y-%m-%d_$wx$h.png' -e 'mv $f ~/shots/' This would create a file called something like 2000-10-30_2560x1024.png and move it to your shots directory. BUGS
None known. LICENSE
Copyright Tom Gilbert 2000 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies of the Software, its documentation and marketing & publicity materials, and acknowledgment shall be given in the documentation, materials and software packages that this Software was used. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MER- CHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Email bugs and feature requests to <scrot_sucks@linuxbrit.co.uk> Oct 26, 2000 scrot(1)
Man Page