mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 06:30:14 +08:00
Merge pull request #1918 from stweil/doc
Add documentation for lists of images to the tesseract man page
This commit is contained in:
commit
a2612f2830
@ -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
|
||||
-----------
|
||||
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user