Releases: mindee/mindee-api-python
Releases · mindee/mindee-api-python
Version 4.0.1
Version 4.0.0
What's Changed
¡Breaking Changes!
- 🎨 💥 harmonize response types & syntax with other libraries
- 🎨 💥 change endpoint management & syntax
- 🎨 💥 move products to
product
module
Changes
- ✨ add support for auto-poll asynchronous parsing
- ✨ add support for products with both sync & async modes
- ✨ add support for async custom products
- ✨ 📝 add auto-generated md doc
- ♻️ 📝 update rst doc
- ⬆️ update dependencies
- 🧪 add experimental support for feedback API
- ⬆️ improved support for custom Line Items reconstruction
- ⬆️ update error management system
- ♻️ update unit-tests
- ⬆️ implement regression testing
- ♻️ update CLI
- ♻️ re-organize geometry module
- ⚰️ remove support for ReceiptV3
- ⚰️ remove support for InvoiceV3
Fixes
- 🐛 fix
raw_http
attribute displaying a python dict instead of raw JSON
Full Changelog: v3.13.2...v4.0.0
Version 3.13.2
Version 3.13.1
Changes
- ⬆️ update
urllib
,charset-normalizer
&package
dependencies
Full Changelog: v3.13.0...v3.13.1
Version 3.13.0
Changes
- ✨ add support for Multi Receipts Detector V1
- ✨ add support for Barcode Reader V1
- ✨ add support for US W9 V1
- ♻️ small internal tweaks to accomodate for new products
Full Changelog: v3.12.0...v3.13.0
Version 3.12.0
Version 3.11.1
Changes
- ⬆️ GitHub CI and mypy updates
- ⬆️ update requests to 2.31
Fixes
- 🐛 fix full_name for multiple given names
- 🐛 fix for parsing OCR response in CLI
Full Changelog: v3.11.0...v3.11.1
Version 3.11.0
Changes
- ✨ add basic support for line items
- ✨ add support for FR bank account details v2
Full Changelog: v3.10.0...v3.11.0
Version 3.10.0
Changes
- ⚰️ remove support for Shipping Container
- ✨ add OpenAPI GET request
- ✨ add OCR output in CLI
- ✨ add support for material certificate v1
Fixes
- 🐛 fix potential problem where the words can be re-arranged by the user when calculating lines.
Full Changelog: v3.9.1...v3.10.0