mirror of https://github.com/pikvm/pikvm.git
fix
This commit is contained in:
parent
0e31f9d39e
commit
c501e2930b
|
|
@ -6,10 +6,10 @@ Tesseract does not see your image until you explicitly give the recognition comm
|
|||
|
||||
## 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
|
||||
# pacman --assume-installed tessdata -S tesseract-data-rus
|
||||
# pacman --assume-installed tessdata -S tesseract-data-eng
|
||||
# ro
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue