From a9d3efb6e3efb34579a4d9f111b3227a0fbfed62 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Tue, 5 Mar 2019 19:47:54 +0000 Subject: [PATCH] Document that configfile can be a file path Useful for custom config or when pointing tessdata to alternate traineddata. --- doc/tesseract.1.asc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/tesseract.1.asc b/doc/tesseract.1.asc index 1bd82ee792..67ec08d41f 100644 --- a/doc/tesseract.1.asc +++ b/doc/tesseract.1.asc @@ -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`).