mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-24 19:14:23 +00:00
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:
parent
b8813eea80
commit
e25873d557
2
docs/installation/index.md
vendored
2
docs/installation/index.md
vendored
@ -77,7 +77,7 @@ Works on macOS, Linux, and Windows, with support for both x86_64 and arm64 archi
|
|||||||
=== "RHEL"
|
=== "RHEL"
|
||||||
|
|
||||||
```console
|
```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/
|
TESSDATA_PREFIX=/usr/share/tesseract/tessdata/
|
||||||
echo "Set TESSDATA_PREFIX=${TESSDATA_PREFIX}"
|
echo "Set TESSDATA_PREFIX=${TESSDATA_PREFIX}"
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user