invoice ocr python code example
Example: invoice parsing ocr python
# https://github.com/publicMindee/mindee-api-python
from mindee import Client
mindee_client = Client(
invoice_token="your_invoices_api_token_here",
raise_on_error=True
)
parsed_data = mindee_client.parse_invoice("/path/to/file")