mindee-api-python
Document data extraction, OCR, and classification via Python SDK
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โPaddleOCR
Extract text, tables, and formulas from PDFs and images
Scrapling
Scrape any website and bypass anti-bot protection with AI
last30days-skill
Research any topic across Reddit, X, YouTube, and the web