This commit is contained in:
Jürgen Mummert
2025-12-25 22:27:44 +01:00
parent a83b101ed7
commit 9dd7dbd2b2
+1 -1
View File
@@ -181,7 +181,7 @@ class PdfIndexService
$text = $this->cleanPdfContent($pdf->getText());
return mb_substr($text, 0, 5000);
return mb_substr($text, 0, 20000);
} catch (\Throwable) {
return '';