From: Vincent Vanwaelscappel Date: Tue, 15 Jul 2025 14:17:08 +0000 (+0200) Subject: wip #7556 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=2734f5294df0ba4ce15a316ceb00b6b3fd558c52;p=cubist_pdf.git wip #7556 --- diff --git a/src/PDFTools.php b/src/PDFTools.php index d368cee..9fef00c 100644 --- a/src/PDFTools.php +++ b/src/PDFTools.php @@ -592,7 +592,7 @@ class PDFTools } } - public static function extractAccessibleHTML($pdf, $out) + public static function extractMarkdown($pdf, $out) { $docling = new CommandLine('python'); $docling->setArg(null, self::resource_path('tools/docling/convert_page.py'));