From: Vincent Vanwaelscappel Date: Tue, 29 Jul 2025 14:01:44 +0000 (+0200) Subject: #7556 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=a6d5eaba04abca5786d5ee9bce853418917df585;p=cubist_pdf.git #7556 --- diff --git a/src/PDFTools.php b/src/PDFTools.php index 23a1947..a855be5 100644 --- a/src/PDFTools.php +++ b/src/PDFTools.php @@ -599,8 +599,6 @@ 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'));