Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you are installing on linux systems, please install tesseract first. For windows systems it is not required.

CentOS 8

Code Block
sudo dnf config-manager --add-repo https://download.opensuse.org/repositories/home:/Alexander_Pozdnyakov/CentOS_8/
sudo rpm --import https://build.opensuse.org/projects/home:Alexander_Pozdnyakov/public_key
sudo dnf install tesseract
sudo dnf install tesseract-langpack-deu

...

config item

meaning

default

Disable builtin reco

If there are other recognizer instances configured and this flag is enabled, the local recognizer instance is disabled.

true

Http Connection timeout (ms)

If other recognizer instances are configured, they will communicate by HTTP. This is the http timeout.

0

Query Thread Pool

 5

Debug Level

 2

Recognition Languages

The recognizer languages.

 eng+deu

Working Directory

Related