web-atrio / invoice-data
Extract data from invoice file.
0.1
2017-10-13 14:26 UTC
Requires
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-18 02:37:33 UTC
README
Extract data from invoice file.
Requirements
You should have Tesseract and Imagick and Ghostscript installed.
Installation
The package can be installed via composer:
$ composer require web-atrio/invoice-data
Usage
Read invoice file.
$invoiceData = new InvoiceData("invoice.png"); $invoice = $invoiceData->getData();
License
The MIT License (MIT). Please see License File for more information.