diff --git a/nextcloud/rootfs/etc/cont-init.d/99-ocr.sh b/nextcloud/rootfs/etc/cont-init.d/99-ocr.sh index db9e68318..be9ef37e7 100755 --- a/nextcloud/rootfs/etc/cont-init.d/99-ocr.sh +++ b/nextcloud/rootfs/etc/cont-init.d/99-ocr.sh @@ -23,6 +23,7 @@ if [ "$(bashio::config 'OCR')" = "true" ]; then occ app:enable files_fulltextsearch_tesseract &>/dev/null || true echo "Installing OCR" + apk add --quite --no-cache ocrmypdf apk add --quiet --no-cache tesseract-ocr || apk add --quiet --no-cache tesseract-ocr@community # Install additional language if requested if bashio::config.has_value 'OCRLANG'; then