Skip to content

Rene-Roscher/mindee-receipts-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mindee-receipts-client

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.

About

Mindee - Laravel Wrapper

Resources

License

Security policy

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages