]> _ Git - cubist_pdf.git/commitdiff
wip #4804 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 19 Oct 2021 18:22:47 +0000 (20:22 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 19 Oct 2021 18:22:47 +0000 (20:22 +0200)
src/Document.php

index 53b49577158976e1494fea2c362ce5cb87b77e70..b6683e1dcfd1e3040c9e186a88aeac0a931032b3 100644 (file)
@@ -153,10 +153,15 @@ class Document
 
     public function processTexts()
     {
-        PDFTools::extractTexts($this->getPDFInput(), $this->getConvertPath());
+        $this->processFullTexts();
         PDFTools::extractHighlightsData($this->getPDFInput(), $this->getConvertPath());
     }
 
+    public function processFullTexts()
+    {
+        PDFTools::extractTexts($this->getPDFInput(), $this->getConvertPath());
+    }
+
     public function getPageNumbers()
     {
         $this->getInfos();