paperless-ngx: use ocrmypdf_16

This commit is contained in:
Robert Schütz
2026-02-12 16:51:41 +01:00
committed by Sandro Jäckel
parent 39b47a328f
commit c2da3c8e1d
+1 -1
View File
@@ -57,7 +57,7 @@ let
};
# tesseract5 may be overwritten in the paperless module and we need to propagate that to make the closure reduction effective
ocrmypdf = prev.ocrmypdf.override { tesseract = tesseract5; };
ocrmypdf = prev.ocrmypdf_16.override { tesseract = tesseract5; };
};
};