]> _ Git - cubist_minisearch.git/commitdiff
wip #4804 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 20 Oct 2021 08:51:56 +0000 (10:51 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 20 Oct 2021 08:51:56 +0000 (10:51 +0200)
src/Document/PDF.php

index 7c8a9d26152bd6b8d806636fd98bd38595a5bc3b..58d4066f0f21fd263fb2a5dfa30b687a58cd4a4a 100644 (file)
@@ -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();