安装-tesseract
Centos7中使用yum安装
Centos7中使用yum安装 tesseract
$ yum -y install epel-release$ yum -y install tesseract$ tesseract --list-langsepel 默认不是最新版,使用以下方式安装最新
$ yum-config-manager --add-repo https://download.opensuse.org/repositories/home:/Alexander_Pozdnyakov/CentOS_7/$ sudo rpm --import https://build.opensuse.org/projects/home:Alexander_Pozdnyakov/public_key$ yum update$ yum install tesseract$ yum install tesseract-langpack-deuCentOS8安装方式
$ dnf config-manager --add-repo https://download.opensuse.org/repositories/home:/Alexander_Pozdnyakov/CentOS_8/$ rpm --import https://build.opensuse.org/projects/home:Alexander_Pozdnyakov/public_key$ dnf install tesseract$ dnf install tesseract-langpack-deu