PHP code example of rene-roscher / mindee-receipts-client

1. Go to this page and download the library: Download rene-roscher/mindee-receipts-client library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

rene-roscher / mindee-receipts-client example snippets


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

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