Fixed missing packages in the docs on tesseract

Signed-off-by: Viktor Kuropiatnyk <vku@zurich.ibm.com>
This commit is contained in:
Viktor Kuropiatnyk 2025-07-07 16:10:16 +02:00
parent dd8fde7f19
commit a60141eca3

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