File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ This package provides a class to extract text from a pdf.
77use Escarter\PopplerPhp\PdfToText;
88use Escarter\PopplerPhp\getOutput;
99
10- echo PdfToText::getText('document.pdf'); //returns the text from the pdf
11- echo PdfToText ::getOutput('document.pdf','destination_path/page_%d.pdf'); //returns null
10+ echo PdfToText::getText('document.pdf','/opt/homebrew/bin/pdftotext' ); //returns the text from the pdf
11+ echo PdfSeparate ::getOutput('document.pdf','/opt/homebrew/bin/pdfseparate ','destination_path/page_%d.pdf'); //returns null
1212```
1313
1414
@@ -48,7 +48,7 @@ yum install poppler-utils
4848You can install the package via composer:
4949
5050``` bash
51- composer require escarter/proppler -php
51+ composer require escarter/poppler-wrapper -php
5252```
5353
5454## Usage Extracting text
@@ -154,4 +154,4 @@ If you discover any security related issues, please email mbutuhescarter@gmail.c
154154
155155## License
156156
157- The MIT License (MIT). Please see [ License File] ( LICENSE.md ) for more information.
157+ The MIT License (MIT). Please see [ License File] ( LICENSE.md ) for more information.
You can’t perform that action at this time.
0 commit comments