Stirling-PDF: replace dependency for v0.35.0 and add check and fix in stirling-pdf.sh (#614)

* Add check for old dependency in update_script function for stirling-pdf.sh

Checks if ocrmypdf is installed and qpdf is not; if true then removes
ocrmypdf and installs qpdf

* Replace ocrmypdf with qpdf as dependency in stirling-pdf-install.sh

As of v0.35.0, StirlingPDF now uses qpdf for OCR instead of ocrmypdf.
This commit is contained in:
vhsdream
2024-12-02 03:04:03 -05:00
committed by GitHub
parent 70952b3db3
commit 8301204cc0
2 changed files with 5 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ $STD apt-get install -y \
make \
g++ \
unpaper \
ocrmypdf \
qpdf \
poppler-utils
msg_ok "Installed Dependencies"