Skip to content

Commit e25873d

Browse files
authored
fix: docs are missing osd packages for tesseract on RHEL (#1905)
Fixed missing packages in the docs on tesseract Signed-off-by: Viktor Kuropiatnyk <[email protected]>
1 parent b8813ee commit e25873d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Works on macOS, Linux, and Windows, with support for both x86_64 and arm64 archi
7777
=== "RHEL"
7878

7979
```console
80-
dnf install tesseract tesseract-devel tesseract-langpack-eng leptonica-devel
80+
dnf install tesseract tesseract-devel tesseract-langpack-eng tesseract-osd leptonica-devel
8181
TESSDATA_PREFIX=/usr/share/tesseract/tessdata/
8282
echo "Set TESSDATA_PREFIX=${TESSDATA_PREFIX}"
8383
```

0 commit comments

Comments
 (0)