From a60141eca33dd68258cab2c15fc55a31ea0140b8 Mon Sep 17 00:00:00 2001 From: Viktor Kuropiatnyk Date: Mon, 7 Jul 2025 16:10:16 +0200 Subject: [PATCH] Fixed missing packages in the docs on tesseract Signed-off-by: Viktor Kuropiatnyk --- docs/installation/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/index.md b/docs/installation/index.md index 5930525c..38fba4c8 100644 --- a/docs/installation/index.md +++ b/docs/installation/index.md @@ -77,7 +77,7 @@ Works on macOS, Linux, and Windows, with support for both x86_64 and arm64 archi === "RHEL" ```console - dnf install tesseract tesseract-devel tesseract-langpack-eng leptonica-devel + dnf install tesseract tesseract-devel tesseract-langpack-eng tesseract-osd leptonica-devel TESSDATA_PREFIX=/usr/share/tesseract/tessdata/ echo "Set TESSDATA_PREFIX=${TESSDATA_PREFIX}" ```