Skip to content

Commit

Permalink
Merge pull request #1918 from stweil/doc
Browse files Browse the repository at this point in the history
Add documentation for lists of images to the tesseract man page
  • Loading branch information
egorpugin committed Sep 19, 2018
2 parents 3038d66 + a387e1f commit a2612f2
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 a2612f2

Please sign in to comment.