rene-roscher/mindee-receipts-client

mindee-receipts-client

1.6 2021-01-26 06:54 UTC

This package is auto-updated.

Last update: 2024-03-26 14:02:21 UTC


README

Latest Version on Packagist GitHub Tests Action Status Total Downloads

Mindee - Laravel API Wrapper - Receipts

Installation

You can install the package via composer:

composer require rene-roscher/mindee-receipts-client

add this section to your config/services.php:

'mindee' => [
    'api_key' => env('MINDEE_API_KEY')
]

add the MINDEE_API_KEY to your .env file:

MINDEE_API_KEY="YOUR-MINDEE-KEY"

Usage

$contents = 'your-file-contents';
$mindee = new \RServices\MindeeReceiptsClient();
$mindee->predict($contents);

Credits

License

The MIT License (MIT). Please see License File for more information.