Releases: mindee/mindee-api-dotnet
Releases · mindee/mindee-api-dotnet
Version 2.2.0
Changes
- 🚸 Improve the UX when in CLI
- 📝 prediction class documentation updates
- ✨ add support for FR bank account details
- ✨ adding summary for table in custom document
- ♻️ major rework of line items detection and generation
Fixes
- 🐛 fix running sample code
Full Changelog: v2.1.2...v2.2.0
Version 2.1.2
Fixes
- 🐛 custom document default version must be '1', not '1.0'
New Contributors
Full Changelog: v2.1.1...v2.1.2
Version 2.1.1
Version 2.1.0
What's Changed
¡Breaking Changes!
- 💥 some properties renaming for French ID card and Carte Vitale
Changes
- ✨ support lines items post processing reconstruction for API Builder
- ✨ support Polygon object for field coordinates
- ✨ support Math Bbox concept
Fixes
- 🐛💥 details property in Error become an object because it can handle both string and object
- 🐛⬆️ update RestSharp to fix a bug on .NET 7 #120
Full Changelog: v2.0.0...v2.1.0
Version 2.0.0
What's Changed
!BREAKING CHANGES
- 💥 drop Invoice v3 support
- 💥 prediction model classes must be replaced by inference model to use OTS APIs
- 💥 renaming Date to DateField
Changes
- ✨ support Financial Document V1
- ✨ support Proof of Address V1
- ✨ enable the use of custom time out when calling Mindee API
- ✨ improve MindeeClient by using IPredictable instead of instance of MindeeApi
- ✨ expose a static helper to instantiate a new MindeeClient
- ✨ improve summaries
- ✨ support classification type for custom document
- ♻️ renaming AllWord to Word
Fixes
- 🐛! Details property in Error become an object because it can handle both string and object
New Contributors
Full Changelog: v1.4.0...v2.0.0
Version 1.4.0
What's Changed
Full Changelog: v1.3.0...v1.4.0
Version 1.3.0
What's Changed
- ✅ Cropper API summary by @Kvindee in #76
- ✨ Adding total taxes amount in Invoice V3 and V4 by @Kvindee in #85
- ✨ Adding Value in Locale for Receipt by @Kvindee in #86
- ✨ Add Mrz and FullName on Passport by @Kvindee in #87
- ✨ Support FR ID Card V1 by @Kvindee in #88
- ✨ Support FR Carte Vitale V1 by @Kvindee in #88
- ✨ Support Shipping Container V1 by @Kvindee in #89
- ✨ Support US Bank Check V1 by @Kvindee in #90
- ✨ Support EU License plates V1 by @Kvindee in #91
Full Changelog: v1.2.0...v1.3.0
Version 1.2.0
What's Changed
- 📝 Provide sample code for NET 4.7.2 and 6.0 by @Kvindee in #67
- ✨ Add support for Invoice v4 by @Kvindee in #70
Full Changelog: v1.1.0...v1.2.0
Version 1.1.0
What's Changed
- 💥 Changing the settings section name from MindeeApiSettings to MindeeSettings by @Kvindee in #64
- 💥 IConfiguration is replaced by IOptions in MindeeClient by @Kvindee in #64
- ✨ Add cropper support by @Kvindee in #62
- ✨ Allow changing base url using an envvar by @Kvindee in #64
- 📝 Publish technical documentation on GitHub pages by @Kvindee in #60
Full Changelog: v1.0.0...v1.1.0
Version 1.0.0
What's Changed
- ✨ Initial release