Skip to content

Commit

Permalink
Add Alex's instructions on how to install on Centos
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreeshrii committed Apr 27, 2018
1 parent e4bc61f commit beaa6d2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Home.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,15 @@ Packages for over 130 languages and over 35 scripts are also available directly

* [rpm package with tesseract-ocr](https://build.opensuse.org/project/show/home:Alexander_Pozdnyakov)

For example, to install `tesseract` and language pack for `deu` on CentOS, do the following:

```
yum-config-manager --add-repo https://download.opensuse.org/repositories/home:/Alexander_Pozdnyakov/CentOS_7/
yum update
yum install tesseract
yum install tesseract-langpack-deu
```

### FOR EXPERTS ONLY.

If you are experimenting with OCR Engine modes, you will need to manually install language training data beyond what is available in your Linux distribution.
Expand Down

0 comments on commit beaa6d2

Please sign in to comment.