Skip to content

Releases: mindee/mindee-api-python

Version 3.9.1

07 Jun 15:54
61f3b44
Compare
Choose a tag to compare

Changes

  • 📝 add documentation for OCR extraction

Full Changelog: v3.9.0...v3.9.1

Version 3.9.0

06 Jun 14:05
5d9db6b
Compare
Choose a tag to compare

Changes

  • ✨ add support for financial documents v1.1
  • ✨ add support for handling OCR return
  • ♻️ update printing of receipt, invoice, financial doc

Full Changelog: v3.8.2...v3.9.0

Version 3.8.2

23 May 13:54
b5bfdde
Compare
Choose a tag to compare

Changes

  • ♻️ add a specific class for classifications, which are never None

Fixes

  • 🐛 fix for tax base amount

Full Changelog: v3.8.1...v3.8.2

Version 3.8.1

11 May 14:52
6742ce1
Compare
Choose a tag to compare

Fixes

  • 🐛 fix naming of job ID property

Full Changelog: v3.8.0...v3.8.1

Version 3.8.0

10 May 13:38
55704e8
Compare
Choose a tag to compare

Changes

  • ✨ add support for Invoice Splitter V1
  • ✨ add support for asynchronous requests
  • Full Changelog: v3.7.1...v3.8.0

Version 3.7.1

20 Apr 15:50
e3f04b3
Compare
Choose a tag to compare

Fixes

  • 🐛 fix EU imports, use short imports in tests

Full Changelog: v3.7.0...v3.7.1

Version 3.7.0

18 Apr 16:25
a695853
Compare
Choose a tag to compare

Changes

  • ✨ add support for receipt v5
  • ✅ use code samples for integration testing

Full Changelog: v3.6.0...v3.7.0

Version 3.6.0

10 Mar 19:27
b5c823a
Compare
Choose a tag to compare

Changes

  • ✨ add an URL input source
  • 📝 add proof of address documentation

Fixes

  • 🐛 fix file extension for sample code inclusion

Full Changelog: v3.5.0...v3.6.0

Version 3.5.0

17 Feb 11:39
056f231
Compare
Choose a tag to compare

Changes

  • 🦺 make sure CI is run on various OSes
  • ⬆️ general update to all dependencies
  • ✨ add support for FR carte vitale v1
  • ✨ add support for FR ID card v1
  • ✨ add support for shipping container v1
  • ✨ add EU license plate v1
  • 📝 add sample code for all supported APIs

Fixes

  • 🐛 fix for null classification field on custom APIs

Full Changelog: v3.4.0...v3.5.0

Version 3.4.0

01 Feb 14:41
362ca33
Compare
Choose a tag to compare

Changes

  • ✨ add support for: financial document v1
  • ✨ add support for: proof of address v1

Deprecations

The FinancialV1 class is now deprecated.

It's still usable with no code modifications but will be removed in a future release.

All users are encouraged to move to FinancialDocumentV1 which has much better performance.
Also field names in FinancialDocumentV1 now match those of Invoice and Receipt.

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