From: Vincent Vanwaelscappel Date: Wed, 20 Oct 2021 08:51:56 +0000 (+0200) Subject: wip #4804 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=44a1305109dd7296c8ff98a3103f5ef312339c86;p=cubist_minisearch.git wip #4804 @0.25 --- 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();