Skip to content

Commit 5f76a84

Browse files
committed
Sort options alphabetically in tesseract man page
Signed-off-by: Stefan Weil <[email protected]>
1 parent b55984f commit 5f76a84

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

doc/tesseract.1.asc

+11-11
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,9 @@ IN/OUT ARGUMENTS
3737
If 'OUTPUTBASE' is `stdout` or `-` then the standard output is used.
3838

3939

40+
[[TESSDATADIR]]
4041
OPTIONS
4142
-------
42-
[[TESSDATADIR]]
43-
*--tessdata-dir* 'PATH'::
44-
Specify the location of tessdata path.
45-
46-
*--user-words* 'FILE'::
47-
Specify the location of user words file.
48-
49-
*--user-patterns* 'FILE'::
50-
Specify the location of user patterns file.
51-
5243
*-c* 'CONFIGVAR=VALUE'::
5344
Set value for parameter 'CONFIGVAR' to VALUE. Multiple *-c* arguments are allowed.
5445

@@ -94,6 +85,15 @@ OPTIONS
9485
2 = Tesseract + LSTM.
9586
3 = Default, based on what is available.
9687

88+
*--tessdata-dir* 'PATH'::
89+
Specify the location of tessdata path.
90+
91+
*--user-patterns* 'FILE'::
92+
Specify the location of user patterns file.
93+
94+
*--user-words* 'FILE'::
95+
Specify the location of user words file.
96+
9797
[[CONFIGFILE]]
9898
'CONFIGFILE'::
9999
The name of a config to use. The name can be a file in `tessdata/configs`
@@ -140,7 +140,7 @@ SINGLE OPTIONS
140140
141141
*--list-langs*::
142142
List available languages for tesseract engine.
143-
Can be used with <<TESSDATADIR,*--tessdata-dir* 'PATH'>>.
143+
Can be used with *--tessdata-dir* 'PATH'.
144144
145145
*--print-parameters*::
146146
Print tesseract parameters.

0 commit comments

Comments
 (0)