From bfcc58603282c7b93604e1bc9c9fa01726c33709 Mon Sep 17 00:00:00 2001 From: Natanael Arndt Date: Thu, 26 Jan 2023 02:36:23 +0100 Subject: [PATCH] tesseract-osd is also required on fedora (#1064) --- docs/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 67743cf9..8d86dddc 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -21,7 +21,7 @@ These platforms have one-liner installs: +-------------------------------+-----------------------------------------+ | Windows Subsystem for Linux | ``apt install ocrmypdf`` | +-------------------------------+-----------------------------------------+ -| Fedora | ``dnf install ocrmypdf`` | +| Fedora | ``dnf install ocrmypdf tesseract-osd`` | +-------------------------------+-----------------------------------------+ | macOS | ``brew install ocrmypdf`` | +-------------------------------+-----------------------------------------+ @@ -121,7 +121,7 @@ Users of Fedora 29 or later may simply .. code-block:: bash - dnf install ocrmypdf + dnf install ocrmypdf tesseract-osd For full details on version availability, check the `Fedora Package Tracker `__.