]> _ Git - cubist_pdf.git/commitdiff
#7556
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 29 Jul 2025 12:18:56 +0000 (14:18 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 29 Jul 2025 12:18:56 +0000 (14:18 +0200)
src/PDFTools.php

index 948d1d41f4191695884a27e143e5765fb36094fc..5853ab875caf1fefe66e31007fb4010b98a05c30 100644 (file)
@@ -594,6 +594,9 @@ class PDFTools
         }
     }
 
+    /**
+     * @throws \Exception
+     */
     public static function extractMarkdown($pdf, $out)
     {
         $dir = Files::mkdir($out . '/docling');