From: Vincent Vanwaelscappel Date: Tue, 29 Jul 2025 12:18:56 +0000 (+0200) Subject: #7556 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=b4cd7f77b752166690d103f342495f2d168e74db;p=cubist_pdf.git #7556 --- diff --git a/src/PDFTools.php b/src/PDFTools.php index 948d1d4..5853ab8 100644 --- a/src/PDFTools.php +++ b/src/PDFTools.php @@ -594,6 +594,9 @@ class PDFTools } } + /** + * @throws \Exception + */ public static function extractMarkdown($pdf, $out) { $dir = Files::mkdir($out . '/docling');