From 1bc047cd8396364f7359a240438c90e1377bacf4 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 8 Jul 2025 08:37:31 +0200 Subject: [PATCH] Update stirling-pdf-install.sh --- install/stirling-pdf-install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install/stirling-pdf-install.sh b/install/stirling-pdf-install.sh index 23846ac8..9d783654 100644 --- a/install/stirling-pdf-install.sh +++ b/install/stirling-pdf-install.sh @@ -24,6 +24,7 @@ $STD apt-get install -y \ make \ g++ \ unpaper \ + fonts-urw-base35 \ qpdf \ poppler-utils msg_ok "Installed Dependencies" @@ -58,7 +59,9 @@ msg_ok "Installed LibreOffice Components" $STD uv venv /opt/.venv $STD uv pip install --upgrade pip $STD uv pip install \ - opencv-python-headless + opencv-python-headless \ + ocrmypdf \ pillow \ + pdf2image ln -sf /opt/.venv/bin/python3 /usr/local/bin/python3 ln -sf /opt/.venv/bin/pip /usr/local/bin/pip