From c501e2930b284a738eaab78cd56d1239ee60850e Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Wed, 16 Mar 2022 03:34:56 +0300 Subject: [PATCH] fix --- docs/ocr.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ocr.md b/docs/ocr.md index 7a2f885..4a3351b 100644 --- a/docs/ocr.md +++ b/docs/ocr.md @@ -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 ```