From e25873d55766761741ad5781efd18bc3bfea5e3d Mon Sep 17 00:00:00 2001 From: VIktor Kuropiantnyk <103574791+vku-ibm@users.noreply.github.com> Date: Mon, 7 Jul 2025 17:06:26 +0200 Subject: [PATCH] fix: docs are missing osd packages for tesseract on RHEL (#1905) 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}" ```