File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -37,18 +37,9 @@ IN/OUT ARGUMENTS
37
37
If 'OUTPUTBASE' is `stdout` or `-` then the standard output is used.
38
38
39
39
40
+ [[TESSDATADIR]]
40
41
OPTIONS
41
42
-------
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
-
52
43
*-c* 'CONFIGVAR=VALUE' ::
53
44
Set value for parameter 'CONFIGVAR' to VALUE. Multiple *-c* arguments are allowed.
54
45
@@ -94,6 +85,15 @@ OPTIONS
94
85
2 = Tesseract + LSTM.
95
86
3 = Default, based on what is available.
96
87
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
+
97
97
[[CONFIGFILE]]
98
98
'CONFIGFILE'::
99
99
The name of a config to use. The name can be a file in `tessdata/configs`
@@ -140,7 +140,7 @@ SINGLE OPTIONS
140
140
141
141
*--list-langs*::
142
142
List available languages for tesseract engine.
143
- Can be used with <<TESSDATADIR, *--tessdata-dir* 'PATH'>> .
143
+ Can be used with *--tessdata-dir* 'PATH'.
144
144
145
145
*--print-parameters*::
146
146
Print tesseract parameters.
You can’t perform that action at this time.
0 commit comments