mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-19 06:53:36 +08:00
Sort options alphabetically in tesseract man page
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
b55984fb88
commit
5f76a8495b
@ -37,18 +37,9 @@ IN/OUT ARGUMENTS
|
||||
If 'OUTPUTBASE' is `stdout` or `-` then the standard output is used.
|
||||
|
||||
|
||||
[[TESSDATADIR]]
|
||||
OPTIONS
|
||||
-------
|
||||
[[TESSDATADIR]]
|
||||
*--tessdata-dir* 'PATH'::
|
||||
Specify the location of tessdata path.
|
||||
|
||||
*--user-words* 'FILE'::
|
||||
Specify the location of user words file.
|
||||
|
||||
*--user-patterns* 'FILE'::
|
||||
Specify the location of user patterns file.
|
||||
|
||||
*-c* 'CONFIGVAR=VALUE'::
|
||||
Set value for parameter 'CONFIGVAR' to VALUE. Multiple *-c* arguments are allowed.
|
||||
|
||||
@ -94,6 +85,15 @@ OPTIONS
|
||||
2 = Tesseract + LSTM.
|
||||
3 = Default, based on what is available.
|
||||
|
||||
*--tessdata-dir* 'PATH'::
|
||||
Specify the location of tessdata path.
|
||||
|
||||
*--user-patterns* 'FILE'::
|
||||
Specify the location of user patterns file.
|
||||
|
||||
*--user-words* 'FILE'::
|
||||
Specify the location of user words file.
|
||||
|
||||
[[CONFIGFILE]]
|
||||
'CONFIGFILE'::
|
||||
The name of a config to use. The name can be a file in `tessdata/configs`
|
||||
@ -140,7 +140,7 @@ SINGLE OPTIONS
|
||||
|
||||
*--list-langs*::
|
||||
List available languages for tesseract engine.
|
||||
Can be used with <<TESSDATADIR,*--tessdata-dir* 'PATH'>>.
|
||||
Can be used with *--tessdata-dir* 'PATH'.
|
||||
|
||||
*--print-parameters*::
|
||||
Print tesseract parameters.
|
||||
|
Loading…
Reference in New Issue
Block a user