]> _ Git - cubist_pdf.git/commitdiff
wip #7772 @2
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 20 Oct 2025 17:09:06 +0000 (19:09 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 20 Oct 2025 17:09:06 +0000 (19:09 +0200)
src/PDFTools.php

index 92e499424ca8b7369052e5829232006711f3dffb..326efecf375f3129aa3c251224a3183e5172123b 100644 (file)
@@ -600,7 +600,7 @@ class PDFTools
         $docling->setArg(null, $dir);
         $docling->execute();
         if (!file_exists($dir . 'p1.md')) {
-            throw new \Exception('An error occured during docling process : ' . $docling->getOutput() . ' // ' . $docling->getCommand());
+            throw new \Exception('An error occured during docling process : ' . $docling->getCommand() . ' // ' . $docling->getOutput());
         }
     }