We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ebd61 commit 1c1573eCopy full SHA for 1c1573e
README.md
@@ -31,7 +31,7 @@ Depending on what type of document you want to parse, you need to add specifics
31
from mindee import Client
32
33
mindee_client = Client(
34
- expense_receipts_token="your_expense_receipts_api_token_here",
+ expense_receipt_token="your_expense_receipt_api_token_here",
35
invoice_token="your_invoice_api_token_here",
36
passport_token="your_passport_api_token_here",
37
license_plate_token="your_license_plate_api_token_here",
0 commit comments