From: Vincent Vanwaelscappel Date: Tue, 29 Jul 2025 13:14:30 +0000 (+0200) Subject: #7556 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=2c27599449fac0961c2791042eaad84018ade7d1;p=cubist_pdf.git #7556 --- diff --git a/src/PDFTools.php b/src/PDFTools.php index a855be5..23a1947 100644 --- a/src/PDFTools.php +++ b/src/PDFTools.php @@ -599,6 +599,8 @@ class PDFTools */ public static function extractMarkdown($pdf, $out) { + Files::mkdir('/application/.EasyOCR'); + $dir = Files::mkdir($out . '/docling'); $docling = new CommandLine('python'); $docling->setArg(null, self::resource_path('tools/docling/convert_page.py'));