Skip to content

Commit a387e1f

Browse files
committed
Add documentation for lists of images to the tesseract man page
Signed-off-by: Stefan Weil <[email protected]>
1 parent 5d22fdf commit a387e1f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/tesseract.1.asc

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tesseract - command-line OCR engine
88

99
SYNOPSIS
1010
--------
11-
*tesseract* 'imagename'|'stdin' 'outputbase'|'stdout' [options...] [configfile...]
11+
*tesseract* 'imagename'|'listname'|'stdin' 'outputbase'|'stdout' [options...] [configfile...]
1212

1313
DESCRIPTION
1414
-----------
@@ -24,6 +24,11 @@ IN/OUT ARGUMENTS
2424
The name of the input image. Most image file formats (anything
2525
readable by Leptonica) are supported.
2626

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+
2732
'stdin'::
2833
Instruction to read data from standard input
2934

0 commit comments

Comments
 (0)