* Modify install script to install core libreoffice components. Configure a running libreoffice service and setup env variables so they are accessible to StirlingPDF. Modify stirlingPDF service to wait for libreoffice service to start. Enable and explicitly start libreoffice and stirlingPDF services.
* Apply suggestions from code review
Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
* Update stirling-pdf-install.sh
---------
Co-authored-by: Michel Roegl-Brunner <michel.roegl-brunner@htl-braunau.at>
* 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.