Skip to content

Releases: mindee/mindee-api-dotnet

Version 2.2.0

16 Mar 17:10
4c064b6
Compare
Choose a tag to compare

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

09 Mar 14:21
5d06caf
Compare
Choose a tag to compare

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

08 Mar 16:42
908ce9b
Compare
Choose a tag to compare

What's Changed

Fixes

  • 🐛 fix trouble with .NET 4.8/4.7.2 usage

Full Changelog: v2.1.0...v2.1.1

Version 2.1.0

20 Feb 14:26
6702bd6
Compare
Choose a tag to compare

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

03 Feb 09:58
15e0faa
Compare
Choose a tag to compare

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

04 Jan 14:39
9637a49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

Version 1.3.0

22 Dec 14:40
d2ac7bc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

Version 1.2.0

09 Dec 10:11
422fb5e
Compare
Choose a tag to compare

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

28 Nov 16:20
4155b5e
Compare
Choose a tag to compare

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

17 Nov 09:04
ebdfca8
Compare
Choose a tag to compare

What's Changed

  • ✨ Initial release