Skip to content

Releases: mindee/mindee-api-java

Version 3.2.0

27 Mar 20:37
6d81431
Compare
Choose a tag to compare

Changes

  • ✨ add experimental support for line items reconstruction in custom APIs
  • ✨ allow the HTTP client to use system properties
  • ✅ add tests for environment variables
  • 🎨 start conforming to Google Java standards
  • 🎨 rename CLI class to more explicit CommandLineInterface
  • ♻️ harmonize output with other client libraries

Fixes

  • 🐛 fix passport API version
  • 🐛 fix for US Bank check API
  • 🐛 fix cli version

Full Changelog: v3.1.0...v3.2.0

Version 3.1.0

02 Feb 13:38
d4de38c
Compare
Choose a tag to compare

Changes

  • ✨ support Financial Document V1
  • ✨ support proof of address V1
  • ✨ support Ocr property for Invoice and Receipt
  • ♻️ using IllegalStateException instead of NotSerializableException
  • ✨ add default constructors for ListFieldValue
  • ✏️ some renaming on Financial V1 and Proof of Address V1

Fixes

  • 🐛 Details property in Error become an object because it can handle both string and object

Full Changelog: v3.0.0...v3.1.0

Version 3.0.0

16 Jan 13:13
Compare
Choose a tag to compare

What's Changed

¡Breaking Changes!

♻️ Mindee class become MindeeClient
♻️ enable the possibility to use your own pdf implementation
♻️ improve the creation of MindeeClient and reduce deps

Changes

  • ✨ support document as stream
  • ✨ support tax base on Receipt V4
  • ✨ support EU License plates V1
  • ✨ support US Bank check V1
  • ✨ support FR Carte vitale V1
  • ✨ support FR Id Card
  • ✨ support Shipping container V1
  • ✨ support Receipt V4.1
  • ✨ support Invoice V4.1
  • ✨ support Custom document as object from API Builder
  • 📝 improve documentation
  • 📝 update Custom V1 to include classification

Version 2.1.0

14 Dec 15:20
Compare
Choose a tag to compare

Changes

  • ✨ Add support for Invoice v4

Fixes

  • ⬆️ Bump jackson-databind from 2.13.4 to 2.13.4.2