From: Vincent Vanwaelscappel Date: Tue, 19 Oct 2021 18:22:47 +0000 (+0200) Subject: wip #4804 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=e45bc36807a9b818caf8406f9f79269690026ba2;p=cubist_pdf.git wip #4804 @0.25 --- diff --git a/src/Document.php b/src/Document.php index 53b4957..b6683e1 100644 --- a/src/Document.php +++ b/src/Document.php @@ -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();