fix: docs are missing osd packages for tesseract on RHEL (#1905)

Fixed missing packages in the docs on tesseract

Signed-off-by: Viktor Kuropiatnyk <vku@zurich.ibm.com>
This commit is contained in:
VIktor Kuropiantnyk 2025-07-07 17:06:26 +02:00 committed by GitHub
parent b8813eea80
commit e25873d557
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}"
```