From 54af05a98385cf40413836ce7049ace68f8024d8 Mon Sep 17 00:00:00 2001 From: Bastien Le Querrec <blq@laquadrature.net> Date: Fri, 5 Apr 2024 03:40:24 +0200 Subject: [PATCH] RAAspotter: OCRise les PDF sans passer au format PDF-A --- RAAspotter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RAAspotter.py b/RAAspotter.py index 8101bc8..89274f4 100644 --- a/RAAspotter.py +++ b/RAAspotter.py @@ -388,7 +388,7 @@ class RAAspotter: cmd = [ 'ocrmypdf', '-l', 'eng+fra', - '--output-type', 'pdfa', + '--output-type', 'pdf', '--redo-ocr', '--skip-big', '500', '--invalidate-digital-signatures', -- GitLab