]> _ Git - cubist_pdf.git/commitdiff
#7556
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 29 Jul 2025 14:01:44 +0000 (16:01 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 29 Jul 2025 14:01:44 +0000 (16:01 +0200)
src/PDFTools.php

index 23a1947005908084b5c1e59ff092187b87bfed1f..a855be50907fa9e986378335cc77ca672d4a3ab8 100644 (file)
@@ -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'));