Document that configfile can be a file path

Useful for custom config or when pointing tessdata to alternate
traineddata.
This commit is contained in:
Chris Mayo 2019-03-05 19:47:54 +00:00
parent 868a623f8d
commit a9d3efb6e3

View File

@ -86,9 +86,10 @@ OPTIONS
3 = Default, based on what is available.
'configfile'::
The name of a config to use. A config is a plain text file which
contains a list of parameters and their values, one per line,
with a space separating parameter from value. +
The name of a config to use. The name can be a file in tessdata/configs
or tessdata/tessconfigs, or an absolute or relative file path.
A config is a plain text file which contains a list of parameters and
their values, one per line, with a space separating parameter from value. +
Interesting config files include:
* `alto` - Output in ALTO format ('outputbase'`.xml`).