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