This commit is contained in:
Maxim Devaev 2022-03-16 03:34:56 +03:00
parent 0e31f9d39e
commit c501e2930b
1 changed files with 2 additions and 2 deletions

View File

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