Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Depending on what type of document you want to parse, you need to add specifics
from mindee import Client

mindee_client = Client(
expense_receipts_token="your_expense_receipts_api_token_here",
expense_receipt_token="your_expense_receipt_api_token_here",
invoice_token="your_invoice_api_token_here",
passport_token="your_passport_api_token_here",
license_plate_token="your_license_plate_api_token_here",
Expand Down