Skip to content

Commit

Permalink
Sort options alphabetically in tesseract man page
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Mar 16, 2019
1 parent b55984f commit 5f76a84
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions doc/tesseract.1.asc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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`
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 5f76a84

Please sign in to comment.