From a6d5eaba04abca5786d5ee9bce853418917df585 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 29 Jul 2025 16:01:44 +0200 Subject: [PATCH] #7556 --- src/PDFTools.php | 2 -- 1 file changed, 2 deletions(-) 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')); -- 2.39.5