mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 12:49:35 +08:00
Add Centos8 instructions from AlexanderP
parent
a6831cbfa2
commit
b8ab7f833f
9
Home.md
9
Home.md
@ -71,6 +71,15 @@ The traineddata is currently not shipped with the snap package and must be place
|
||||
|
||||
For example to install Tesseract with German language traineddata:
|
||||
|
||||
|
||||
**For CentOS 8 run the following as root:**
|
||||
```
|
||||
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
|
||||
```
|
||||
|
||||
**For RHEL 7 run the following as root:**
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user