Skip to content

Version 2.0.0

Compare
Choose a tag to compare
@Kvindee Kvindee released this 03 Feb 09:58
· 204 commits to main since this release
15e0faa

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