I install tesseract on centos 7 by the following commands:
yum-config-manager --add-repo https://download.opensuse.org/repositories/home:/Alexander_Pozdnyakov/ScientificLinux_7/
yum update
yum install tesseract
yum install tesseract-langpack-deu
the command"yum install tesseract "" show the error informatio:
Downloading packages:
warning: /var/cache/yum/x86_64/7/download.opensuse.org_repositories_home_Alexander_Pozdnyakov_CentOS_7_/packages/tesseract-4.00~git2686-1.1.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID ad8883f8: NOKEY
Public key for tesseract-4.00~git2686-1.1.x86_64.rpm is not installed
Help please!
We do not provide binary packages. Please report issue to packager
You can skip the key check using the --nogpgcheck flag ;)
Most helpful comment
You can skip the key check using the --nogpgcheck flag ;)