mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-23 18:49:08 +08:00
Document that configfile can be a file path
Useful for custom config or when pointing tessdata to alternate traineddata.
This commit is contained in:
parent
868a623f8d
commit
a9d3efb6e3
@ -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`).
|
||||
|
Loading…
Reference in New Issue
Block a user