web-atrio / invoice-data
Extract data from invoice file.
0.1
2017-10-13 14:26 UTC
Requires
This package is not auto-updated.
Last update: 2026-03-20 00:34:21 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.