mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 12:49:35 +08:00
Updated Home (markdown)
parent
19c68e2d6b
commit
6c0a326f74
13
Home.md
13
Home.md
@ -88,6 +88,7 @@ yum update
|
||||
yum install tesseract
|
||||
yum install tesseract-langpack-deu
|
||||
```
|
||||
|
||||
**For Scientific Linux 7 run the following as root:**
|
||||
```
|
||||
yum-config-manager --add-repo https://download.opensuse.org/repositories/home:/Alexander_Pozdnyakov/ScientificLinux_7/
|
||||
@ -95,24 +96,28 @@ yum update
|
||||
yum install tesseract
|
||||
yum install tesseract-langpack-deu
|
||||
```
|
||||
|
||||
**For Fedora 27 run the following as root:**
|
||||
```
|
||||
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:Alexander_Pozdnyakov/Fedora_27/home:Alexander_Pozdnyakov.repo
|
||||
dnf install tesseract
|
||||
dnf install tesseract-langpack-deu
|
||||
```
|
||||
|
||||
**For Fedora 26 run the following as root:**
|
||||
```
|
||||
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:Alexander_Pozdnyakov/Fedora_26/home:Alexander_Pozdnyakov.repo
|
||||
dnf install tesseract
|
||||
dnf install tesseract-langpack-deu
|
||||
```
|
||||
|
||||
**For Fedora 25 run the following as root:**
|
||||
```
|
||||
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:Alexander_Pozdnyakov/Fedora_25/home:Alexander_Pozdnyakov.repo
|
||||
dnf install tesseract
|
||||
dnf install tesseract-langpack-deu
|
||||
```
|
||||
|
||||
**For openSUSE Tumbleweed run the following as root:**
|
||||
```
|
||||
zypper addrepo https://download.opensuse.org/repositories/home:Alexander_Pozdnyakov/openSUSE_Tumbleweed/home:Alexander_Pozdnyakov.repo
|
||||
@ -120,13 +125,7 @@ zypper refresh
|
||||
zypper install tesseract-ocr
|
||||
zypper install tesseract-ocr-traineddata-german
|
||||
```
|
||||
**For openSUSE Leap 42.3 run the following as root:**
|
||||
```
|
||||
zypper addrepo https://download.opensuse.org/repositories/home:Alexander_Pozdnyakov/openSUSE_Leap_42.3/home:Alexander_Pozdnyakov.repo
|
||||
zypper refresh
|
||||
zypper install tesseract-ocr
|
||||
zypper install tesseract-ocr-traineddata-german
|
||||
```
|
||||
|
||||
**For openSUSE Leap 15.0 run the following as root:**
|
||||
```
|
||||
zypper addrepo https://download.opensuse.org/repositories/home:Alexander_Pozdnyakov/openSUSE_Leap_15.0/home:Alexander_Pozdnyakov.repo
|
||||
|
Loading…
Reference in New Issue
Block a user