tecnickcom/tc-lib-pdf-parser

Class 'Com\Tecnick\Pdf\Parser\Parser' not found

andrisskutans1 opened this issue · 1 comments

When i open index.php, then get error
PHP Fatal error: Uncaught Error: Class 'Com\Tecnick\Pdf\Parser\Parser' not found

Problem is in this $pdf = new \Com\Tecnick\Pdf\Parser\Parser($cfg); code

Could you advice why such error?

Before using the example you must download the vendor dependencies by executing "make deps".
You can also use the "make buildall" to ensure everything is OK.