Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

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")
 
PREVIOUS NEXT
Tagged: #invoice #parsing #ocr #python
ADD COMMENT
Topic
Name
3+8 =