Skip to content

Releases: mindee/mindee-api-java

v4.4.0

22 Sep 15:48
21fb097
Compare
Choose a tag to compare

Changes

  • ✨ add barcode reader v1
  • ✨ add support for FR ID card v2
  • ✨ add support for cropper v1
  • ✨ add error code in HTTP exceptions
  • ✨ add raw response string in response object
  • ✨ add built-in async call polling
  • ✨ add multi receipts detector v1
  • ✨ better HTTP error printing

Fixes

  • 🐛 fix minor spacing issue when printing lists
  • 🐛 take line height tolerance into account when evaluating fields

Full Changelog: v4.3.0...v4.4.0

v4.3.0

01 Sep 13:28
a62a71d
Compare
Choose a tag to compare

Changes

  • ✨ add cropper option
  • ✨ add support for US w9 v1
  • ✨ add better handling of HTTP errors

Full Changelog: v4.2.0...v4.3.0

Version 4.2.0

09 Aug 12:13
477de49
Compare
Choose a tag to compare

Changes

  • ✅ add unit tests for receipt v4, invoice v4
  • ✨ add support for US driver license v1

Full Changelog: v4.1.0...v4.2.0

Version 4.1.0

24 Jul 08:03
cba32bd
Compare
Choose a tag to compare

Changes

  • ⚰️ remove shipping container

Fixes

  • 🐛 fix for missing page data in us bank check
  • 🐛 fix passport to match API return

Full Changelog: v4.0.0...v4.1.0

v4.0.0

20 Jun 15:29
Compare
Choose a tag to compare

¡Breaking Changes!

  • 🎨 harmonize variable and class names with API response
  • 🎨 improve code structure
  • ♻️ harmonize naming with other client libraries
  • 🎨 put all the api classes in the http package
  • ♻️ simplify getting a polygon's centroid
  • 🎨 simplify MindeeClient creation
  • 🎨 simplify product class names

Changes

  • ✨ add support for asynchronous endpoints
  • ✨ add support for invoice splitter v1
  • ✨ add support for financial document v1.1
  • ✨ add support for FR bank account details v2
  • ✨ add receipt v5 support
  • ✨ allow printing of the entire response
  • ✨ better printing of tax information
  • ♻️ use better table output for line items
  • 🎨 harmonize CLI with other libraries
  • 💬 update product property descriptions

Fixes

  • 🐛 fix for proper ordering of words
  • 🐛 make sure account and endpoint is set on test script

Full Changelog: v3.4.0...v4.0.0

Version 3.4.0

02 May 16:40
4d49492
Compare
Choose a tag to compare

Changes

  • 📝 make code samples easier to read
  • ✨ add support for FR bank account details
  • ✨ Allow passing an URL to parse

Full Changelog: v3.3.0...v3.4.0

Version 3.3.0

19 Apr 10:38
Compare
Choose a tag to compare

Changes

  • ♻️ 🐛 rework CLI, fix minor bugs along the way
  • 🎨 use full java classes in sample code
  • 🎨 ensure checkstyle enforces rules
  • ✨ changed MindeeApi implementation to allow custom httpclientbuilders

Full Changelog: v3.2.1...v3.3.0

Version 3.2.1

28 Mar 14:03
4ea4846
Compare
Choose a tag to compare

Changes

  • ⬆️ update httpClient and picocli

Full Changelog: v3.2.0...v3.2.1

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