Releases: mindee/mindee-api-python
Releases · mindee/mindee-api-python
v3.2.0
Version 3.1.1
Fixes
- 🐛 fix for invoice v4 URL
Version 3.1.0
Version 3.0.0
¡Breaking Changes!
- ✨ New PDF cut/merge system, allowing specifying exactly which pages to use.
- ♻️ PDF documents are no longer cut by default, use the
page_options
parameter in theparse
method. - ✨ Document (endpoints) are now versioned, providing better backward-compatible support.
- ✨ Pass the document class instead of a string to specify how to
parse
input sources. - ♻️ Some methods and parameters renamed for better clarity.
- ✨ Results from Custom documents are now deserialized into objects, rather than
dict
.
Changes
- ✨ Add support for expense receipts V4.
- ♻️ minor improvements to geometry functions.
Fixes
- 🐛 Make sure the user is specified when calling custom docs on CLI
- 🐛 Add default timeout of 120 seconds for endpoints.
Version 2.6.0
Fixes
- 🐛 don't print "None" when filename is empty
Changes
v2.5.1
v2.5.0
v2.4.0
Fixes
- 🐛 📝 custom docs names refer to the API, not the type.
- 🐛 words should be separated when printing custom documents
- 🐛 empty date should return passport not in validity
Changes
- ✨ Add TIFF and HEIC support
- ✨ Add real bounding boxes
- 📝 publish documentation to pages