spatie / pdf-to-text

Extract text from a pdf

Home Page:https://freek.dev/348-a-package-to-extract-text-from-a-pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uncaught Error: Class 'Pdf' not found in php

xslackx opened this issue · comments

commented

Interactive shell

php > require DIR . '/vendor/autoload.php';
php > use Spatie\PdfToText\Pdf;
php > echo Pdf::getText('auxiliar_de_enfermagem.pdf');
PHP Warning: Uncaught Error: Class 'Pdf' not found in php shell code:1
Stack trace:
#0 {main}
thrown in php shell code on line 1
php >

This problem seems not to be related to our package.