mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-26 20:14:47 +00:00
Fixed missing packages in the docs on tesseract
Signed-off-by: Viktor Kuropiatnyk <vku@zurich.ibm.com>
This commit is contained in:
parent
dd8fde7f19
commit
a60141eca3
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