From: Vincent Vanwaelscappel Date: Tue, 29 Jul 2025 12:30:30 +0000 (+0200) Subject: #7556 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=5ef60d690a1a7d2fea2543f41e70fcd2b022228c;p=cubist_pdf.git #7556 --- diff --git a/src/PDFTools.php b/src/PDFTools.php index 5853ab8..a855be5 100644 --- a/src/PDFTools.php +++ b/src/PDFTools.php @@ -608,8 +608,6 @@ class PDFTools if (!file_exists($dir . 'p1.md')) { throw new \Exception('An error occured during docling process : ' . $docling->getOutput() . ' // ' . $docling->getCommand()); } - - $docling->debug(); } public static function extractHighlightsData($pdf, $out, $mode = 'standard', $ignoreSeparators = '')