web-atrio / invoice-data
Extract data from invoice file.
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 1
Type:php
Requires
This package is not auto-updated.
Last update: 2025-05-01 20:05:15 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.