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