From 45bfe7270d597dd4b140f4e10aa68416c06a54b8 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Thu, 3 Mar 2022 22:29:49 +0300 Subject: [PATCH] fix --- docs/ocr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ocr.md b/docs/ocr.md index bc1bbf0..7a2f885 100644 --- a/docs/ocr.md +++ b/docs/ocr.md @@ -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 ```