We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d22fdf commit a387e1fCopy full SHA for a387e1f
doc/tesseract.1.asc
@@ -8,7 +8,7 @@ tesseract - command-line OCR engine
8
9
SYNOPSIS
10
--------
11
-*tesseract* 'imagename'|'stdin' 'outputbase'|'stdout' [options...] [configfile...]
+*tesseract* 'imagename'|'listname'|'stdin' 'outputbase'|'stdout' [options...] [configfile...]
12
13
DESCRIPTION
14
-----------
@@ -24,6 +24,11 @@ IN/OUT ARGUMENTS
24
The name of the input image. Most image file formats (anything
25
readable by Leptonica) are supported.
26
27
+'listname'::
28
+ The name of a text file which lists the names of all input images
29
+ (one image name per line). The results will be combined in a
30
+ single file for each output file format (txt, pdf, hocr).
31
+
32
'stdin'::
33
Instruction to read data from standard input
34
0 commit comments