1OCRAD(1) User Commands OCRAD(1)
2
3
4
6 Ocrad - manual page for Ocrad 0.17
7
9 ocrad [options] [files]
10
12 GNU Ocrad - Optical Character Recognition program. Reads pnm file(s),
13 or standard input, and sends text to standard output.
14
16 -h, --help
17 display this help and exit
18
19 -V, --version
20 output version information and exit
21
22 -a, --append
23 append text to output file
24
25 -b, --block=<n>
26 process only the specified text block
27
28 -c, --charset=<name>
29 try `--charset=help' for a list of names
30
31 -e, --filter=<name>
32 try `--filter=help' for a list of names
33
34 -f, --force
35 force overwrite of output file
36
37 -F, --format=<fmt>
38 output format (byte, utf8)
39
40 -i, --invert
41 invert image levels (white on black)
42
43 -l, --layout=<n>
44 layout analysis, 0=none, 1=column, 2=full
45
46 -o <file>
47 place the output into <file>
48
49 -p, --crop=<l,t,r,b>
50 crop input image by given rectangle
51
52 -s, --scale=[-]<n>
53 scale input image by [1/]<n>
54
55 -t, --transform=<name>
56 try `--transform=help' for a list of names
57
58 -T, --threshold=<n%>
59 threshold for binarization (0-100%)
60
61 -v, --verbose
62 be verbose
63
64 -x <file>
65 export OCR Results File to <file>
66
68 Report bugs to bug-ocrad@gnu.org
69
71 Copyright © 2007 Antonio Diaz Diaz. License GPLv3+: GNU GPL version 3
72 or later <http://gnu.org/licenses/gpl.html>
73 This is free software: you are free to change and redistribute it.
74 There is NO WARRANTY, to the extent permitted by law.
75
77 The full documentation for Ocrad is maintained as a Texinfo manual. If
78 the info and Ocrad programs are properly installed at your site, the
79 command
80
81 info Ocrad
82
83 should give you access to the complete manual.
84
85
86
87Ocrad 0.17 June 2007 OCRAD(1)