Skip to content

Commit

Permalink
Add documentation for lists of images to the tesseract man page
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Sep 19, 2018
1 parent 5d22fdf commit a387e1f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/tesseract.1.asc
Expand Up @@ -8,7 +8,7 @@ tesseract - command-line OCR engine

SYNOPSIS
--------
*tesseract* 'imagename'|'stdin' 'outputbase'|'stdout' [options...] [configfile...]
*tesseract* 'imagename'|'listname'|'stdin' 'outputbase'|'stdout' [options...] [configfile...]

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

'listname'::
The name of a text file which lists the names of all input images
(one image name per line). The results will be combined in a
single file for each output file format (txt, pdf, hocr).

'stdin'::
Instruction to read data from standard input

Expand Down

0 comments on commit a387e1f

Please sign in to comment.