From ffc4929504011526cc9597358b5f5d3237279a84 Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Sat, 7 Sep 2024 16:23:56 +0200 Subject: [PATCH] ReaderHighlight: Fix an old typo in the OCR help string (#12479) Noticed while triaging #12478 ;) --- frontend/apps/reader/modules/readerhighlight.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/apps/reader/modules/readerhighlight.lua b/frontend/apps/reader/modules/readerhighlight.lua index 36432bfec..286010a91 100644 --- a/frontend/apps/reader/modules/readerhighlight.lua +++ b/frontend/apps/reader/modules/readerhighlight.lua @@ -1626,7 +1626,7 @@ end local info_message_ocr_text = _([[ No OCR results or no language data. -KOReader has a build-in OCR engine for recognizing words in scanned PDF and DjVu documents. In order to use OCR in scanned pages, you need to install tesseract trained data for your document language. +KOReader has a built-in OCR engine for recognizing words in scanned PDF and DjVu documents. In order to use OCR in scanned pages, you need to install tesseract trained data for your document language. You can download language data files for Tesseract version 5.3.4 from https://tesseract-ocr.github.io/tessdoc/Data-Files