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> script. Example values: eng, fra... See the tesseract documentation.</para></listitem></varlistentry>
<varlistentry id="RCL.INSTALL.CONFIG.RECOLLCONF.TESSERACTCMD"> <varlistentry id="RCL.INSTALL.CONFIG.RECOLLCONF.TESSERACTCMD">
<term><varname>tesseractcmd</varname></term> <term><varname>tesseractcmd</varname></term>
<listitem><para>Path for the tesseract command. This is mostly useful on Windows, or for specifying a non-default <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: tesseract command. E.g. on Windows.
C:/ProgramFiles(x86)/Tesseract-OCR/tesseract.exe</para></listitem></varlistentry> tesseractcmd = C:/ProgramFiles(x86)/Tesseract-OCR/tesseract.exe
</para></listitem></varlistentry>
<varlistentry id="RCL.INSTALL.CONFIG.RECOLLCONF.ABBYYLANG"> <varlistentry id="RCL.INSTALL.CONFIG.RECOLLCONF.ABBYYLANG">
<term><varname>abbyylang</varname></term> <term><varname>abbyylang</varname></term>
<listitem><para>Language to assume for abbyy OCR. Important for improving the OCR accuracy. This can also be set <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" id=
"RCL.INSTALL.CONFIG.RECOLLCONF.TESSERACTCMD"></a><span class="term"><code class="varname">tesseractcmd</code></span></dt> "RCL.INSTALL.CONFIG.RECOLLCONF.TESSERACTCMD"></a><span class="term"><code class="varname">tesseractcmd</code></span></dt>
<dd> <dd>
<p>Path for the tesseract command. This is mostly <p>Path for the tesseract command. Do not quote.
useful on Windows, or for specifying a This is mostly useful on Windows, or for
non-default tesseract command. e.g. on Windows: specifying a non-default tesseract command. E.g.
on Windows. tesseractcmd =
C:/ProgramFiles(x86)/Tesseract-OCR/tesseract.exe</p> C:/ProgramFiles(x86)/Tesseract-OCR/tesseract.exe</p>
</dd> </dd>
<dt><a name= <dt><a name=

View File

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