Skip to content

Commit fe5c82f

Browse files
authored
Merge pull request #2291 from cjmayo/man_configfile
Document that configfile can be a file path
2 parents 868a623 + a9d3efb commit fe5c82f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/tesseract.1.asc

+4-3
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,10 @@ OPTIONS
8686
3 = Default, based on what is available.
8787

8888
'configfile'::
89-
The name of a config to use. A config is a plain text file which
90-
contains a list of parameters and their values, one per line,
91-
with a space separating parameter from value. +
89+
The name of a config to use. The name can be a file in tessdata/configs
90+
or tessdata/tessconfigs, or an absolute or relative file path.
91+
A config is a plain text file which contains a list of parameters and
92+
their values, one per line, with a space separating parameter from value. +
9293
Interesting config files include:
9394

9495
* `alto` - Output in ALTO format ('outputbase'`.xml`).

0 commit comments

Comments
 (0)