Skip to content

Commit

Permalink
old name
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeSverre committed Sep 22, 2023
1 parent 7085451 commit 55c8f77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

# AI-Powered Receipt and Invoice Scanner for Laravel

![Latest Version on Packagist](https://img.shields.io/packagist/v/helgesverre/receipt-parser.svg?style=flat-square)
![Total Downloads](https://img.shields.io/packagist/dt/helgesverre/receipt-parser.svg?style=flat-square)
![Latest Version on Packagist](https://img.shields.io/packagist/v/helgesverre/receipt-scanner.svg?style=flat-square)
![Total Downloads](https://img.shields.io/packagist/dt/helgesverre/receipt-scanner.svg?style=flat-square)

Easily extract structured receipt data from images, PDFs, and emails within your Laravel application using OpenAI.

Expand Down Expand Up @@ -247,7 +247,7 @@ $parsedReceipt = ReceiptScanner::scan(
Publish the config file:

```bash
php artisan vendor:publish --tag="receipt-parser-config"
php artisan vendor:publish --tag="receipt-scanner-config"
```

This will publish the following configuration:
Expand Down Expand Up @@ -294,7 +294,7 @@ open your `config/filesystems.php` configuration file and add the following:
],
```

Ensure the `textract_disk` setting in `config/receipt-parser.php` is the same as your disk name in the `filesystems.php`
Ensure the `textract_disk` setting in `config/receipt-scanner.php` is the same as your disk name in the `filesystems.php`
config, you can change it with the .env value `TEXTRACT_DISK`.

```php
Expand Down

0 comments on commit 55c8f77

Please sign in to comment.