From b4cd7f77b752166690d103f342495f2d168e74db Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 29 Jul 2025 14:18:56 +0200 Subject: [PATCH] #7556 --- src/PDFTools.php | 3 +++ 1 file changed, 3 insertions(+) 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'); -- 2.39.5