From 44a1305109dd7296c8ff98a3103f5ef312339c86 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 20 Oct 2021 10:51:56 +0200 Subject: [PATCH] wip #4804 @0.25 --- src/Document/PDF.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Document/PDF.php b/src/Document/PDF.php index 7c8a9d2..58d4066 100644 --- a/src/Document/PDF.php +++ b/src/Document/PDF.php @@ -25,7 +25,7 @@ class PDF extends Document $base = $this->getIndividualDocData(); $doc = new \Cubist\PDF\Document($this->file); - $doc->processFullTexts(); + $doc->processFullTexts(false); $pages = $doc->getPages(); -- 2.39.5