Merge pull request #1918 from stweil/doc

Add documentation for lists of images to the tesseract man page
This commit is contained in:
Egor Pugin 2018-09-19 13:44:54 +03:00 committed by GitHub
commit a2612f2830
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ tesseract - command-line OCR engine
SYNOPSIS SYNOPSIS
-------- --------
*tesseract* 'imagename'|'stdin' 'outputbase'|'stdout' [options...] [configfile...] *tesseract* 'imagename'|'listname'|'stdin' 'outputbase'|'stdout' [options...] [configfile...]
DESCRIPTION DESCRIPTION
----------- -----------
@ -24,6 +24,11 @@ IN/OUT ARGUMENTS
The name of the input image. Most image file formats (anything The name of the input image. Most image file formats (anything
readable by Leptonica) are supported. 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':: 'stdin'::
Instruction to read data from standard input Instruction to read data from standard input