This commit is contained in:
Jean-Francois Dockes 2020-09-23 18:35:18 +02:00
parent d98849d90a
commit fd5297dc73
3 changed files with 12 additions and 9 deletions

View File

@ -760,9 +760,10 @@ the currently processed directory. See the rclocrtesseract.py
script. Example values: eng, fra... See the tesseract documentation.</para></listitem></varlistentry>
<varlistentry id="RCL.INSTALL.CONFIG.RECOLLCONF.TESSERACTCMD">
<term><varname>tesseractcmd</varname></term>
<listitem><para>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</para></listitem></varlistentry>
<listitem><para>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
</para></listitem></varlistentry>
<varlistentry id="RCL.INSTALL.CONFIG.RECOLLCONF.ABBYYLANG">
<term><varname>abbyylang</varname></term>
<listitem><para>Language to assume for abbyy OCR. Important for improving the OCR accuracy. This can also be set

View File

@ -9871,9 +9871,10 @@ for i in range(nres):
"RCL.INSTALL.CONFIG.RECOLLCONF.TESSERACTCMD" id=
"RCL.INSTALL.CONFIG.RECOLLCONF.TESSERACTCMD"></a><span class="term"><code class="varname">tesseractcmd</code></span></dt>
<dd>
<p>Path for the tesseract command. This is mostly
useful on Windows, or for specifying a
non-default tesseract command. e.g. on Windows:
<p>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</p>
</dd>
<dt><a name=

View File

@ -979,10 +979,11 @@ snippetMaxPosWalk = 1000000
#tesseractlang = eng
# <var name="tesseractcmd" type="fn">
# <brief>Path for the tesseract command.</brief>
# <brief>Path for the tesseract command. Do not quote.</brief>
# <descr>This is mostly useful on Windows, or for specifying a non-default
# tesseract command. e.g. on Windows:
# C:/Program&nbsp;Files&nbsp;(x86)/Tesseract-OCR/tesseract.exe</descr>
# tesseract command. E.g. on Windows.
# tesseractcmd = C:/Program&nbsp;Files&nbsp;(x86)/Tesseract-OCR/tesseract.exe
# </descr>
# </var>
#tesseractcmd = c:/Program Files (x86)/Tesseract-OCR/tesseract.exe