mindeemindeeOfficialยท1 Agent Skills Included

mindee-api-python

Document data extraction, OCR, and classification via Python SDK

Extracts structured data from invoices, receipts, and documents using the official Mindee Python SDK. Handles OCR, document splitting, cropping, and classification without manual parsing or raw HTTP calls. Supports local files, URLs, polling, and webhooks so developers ship document workflows faster.
npx skills add mindee/mindee-api-python --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install mindee-api-python?โ–ผ

Run `npx skills add mindee/mindee-api-python --all -g -y` in your terminal to install this skill globally.

How to extract data from invoices in Python?โ–ผ

Initialize the Mindee client with your API key, load your file with PathInput or URLInputSource, and call enqueue_and_get_result with your model ID. The response contains structured fields you can read directly.

Does this SDK support OCR and document classification?โ–ผ

Yes. The V2 client supports extraction, OCR, classification, splitting, and cropping models through simple Python commands.

Can I use webhooks instead of polling?โ–ผ

Yes. Use client.enqueue for webhook delivery and validate payloads with the built-in HMAC signature check, which is recommended for production workloads.

Do I need to write raw HTTP requests?โ–ผ

No. The skill enforces SDK-only integration, so all authentication, file upload, and response parsing are handled by the official mindee package.

Related Repositories in Data & Analytics

View All in Data & Analyticsโ†’