This commit is contained in:
Maxim Devaev 2022-03-03 22:29:49 +03:00
parent 75cdbf709a
commit 45bfe7270d
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ Tesseract does not see your image until you explicitly give the recognition comm
For any language, you will have to install its support. It is very easy to do this (Russian language for example):
```
# rw
# pacman -S tesseract-data-rus
# pacman --assume-installed tessdata -S tesseract-data-rus
# ro
```