From fd5297dc73fc12385e742ced4dc13dc91d188974 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Wed, 23 Sep 2020 18:35:18 +0200 Subject: [PATCH] conf doc --- src/doc/user/recoll.conf.xml | 7 ++++--- src/doc/user/usermanual.html | 7 ++++--- src/sampleconf/recoll.conf | 7 ++++--- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/src/doc/user/recoll.conf.xml b/src/doc/user/recoll.conf.xml index 0505ace9..4cd4d43d 100644 --- a/src/doc/user/recoll.conf.xml +++ b/src/doc/user/recoll.conf.xml @@ -760,9 +760,10 @@ the currently processed directory. See the rclocrtesseract.py script. Example values: eng, fra... See the tesseract documentation. tesseractcmd -Path for the tesseract command. This is mostly useful on Windows, or for specifying a non-default -tesseract command. e.g. on Windows: -C:/ProgramFiles(x86)/Tesseract-OCR/tesseract.exe +Path for the tesseract command. Do not quote. This is mostly useful on Windows, or for specifying a non-default +tesseract command. E.g. on Windows. +tesseractcmd = C:/ProgramFiles(x86)/Tesseract-OCR/tesseract.exe + abbyylang Language to assume for abbyy OCR. Important for improving the OCR accuracy. This can also be set diff --git a/src/doc/user/usermanual.html b/src/doc/user/usermanual.html index d4dc0532..0c0c8fb1 100644 --- a/src/doc/user/usermanual.html +++ b/src/doc/user/usermanual.html @@ -9871,9 +9871,10 @@ for i in range(nres): "RCL.INSTALL.CONFIG.RECOLLCONF.TESSERACTCMD" id= "RCL.INSTALL.CONFIG.RECOLLCONF.TESSERACTCMD">tesseractcmd
-

Path for the tesseract command. This is mostly - useful on Windows, or for specifying a - non-default tesseract command. e.g. on Windows: +

Path for the tesseract command. Do not quote. + This is mostly useful on Windows, or for + specifying a non-default tesseract command. E.g. + on Windows. tesseractcmd = C:/ProgramFiles(x86)/Tesseract-OCR/tesseract.exe

-# Path for the tesseract command. +# Path for the tesseract command. Do not quote. # This is mostly useful on Windows, or for specifying a non-default -# tesseract command. e.g. on Windows: -# C:/Program Files (x86)/Tesseract-OCR/tesseract.exe +# tesseract command. E.g. on Windows. +# tesseractcmd = C:/Program Files (x86)/Tesseract-OCR/tesseract.exe +# # #tesseractcmd = c:/Program Files (x86)/Tesseract-OCR/tesseract.exe