Releases: mindee/mindee-api-python
Releases · mindee/mindee-api-python
Version 3.9.1
Version 3.9.0
Changes
- ✨ add support for financial documents v1.1
- ✨ add support for handling OCR return
- ♻️ update printing of receipt, invoice, financial doc
Full Changelog: v3.8.2...v3.9.0
Version 3.8.2
Changes
- ♻️ add a specific class for classifications, which are never None
Fixes
- 🐛 fix for tax base amount
Full Changelog: v3.8.1...v3.8.2
Version 3.8.1
Version 3.8.0
Changes
- ✨ add support for Invoice Splitter V1
- ✨ add support for asynchronous requests
- Full Changelog: v3.7.1...v3.8.0
Version 3.7.1
Version 3.7.0
Changes
- ✨ add support for receipt v5
- ✅ use code samples for integration testing
Full Changelog: v3.6.0...v3.7.0
Version 3.6.0
Changes
- ✨ add an URL input source
- 📝 add proof of address documentation
Fixes
- 🐛 fix file extension for sample code inclusion
Full Changelog: v3.5.0...v3.6.0
Version 3.5.0
Changes
- 🦺 make sure CI is run on various OSes
- ⬆️ general update to all dependencies
- ✨ add support for FR carte vitale v1
- ✨ add support for FR ID card v1
- ✨ add support for shipping container v1
- ✨ add EU license plate v1
- 📝 add sample code for all supported APIs
Fixes
- 🐛 fix for null classification field on custom APIs
Full Changelog: v3.4.0...v3.5.0
Version 3.4.0
Changes
- ✨ add support for: financial document v1
- ✨ add support for: proof of address v1
Deprecations
The FinancialV1
class is now deprecated.
It's still usable with no code modifications but will be removed in a future release.
All users are encouraged to move to FinancialDocumentV1
which has much better performance.
Also field names in FinancialDocumentV1
now match those of Invoice
and Receipt
.
Full Changelog: v3.3.0...v3.4.0