Skip to content

Releases: mindee/mindee-api-python

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

Version 3.3.0

27 Jan 12:11
Compare
Choose a tag to compare

Changes

  • ✨ Add French carte grise v1 support

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

Version 3.2.1

18 Jan 14:19
Compare
Choose a tag to compare

Changes

  • ⬆️ Update pikepdf
  • ✨ Add support for Python 3.11

Fixes

  • 🐛 Fix misleading docstrings

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

v3.2.0

06 Jan 13:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.1...v3.2.0

Version 3.1.1

02 Dec 17:59
Compare
Choose a tag to compare

Fixes

  • 🐛 fix for invoice v4 URL

Version 3.1.0

01 Dec 16:51
2585abb
Compare
Choose a tag to compare

What's Changed

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

Version 3.0.0

07 Nov 18:19
Compare
Choose a tag to compare

¡Breaking Changes!

  • ✨ New PDF cut/merge system, allowing specifying exactly which pages to use.
  • ♻️ PDF documents are no longer cut by default, use the page_options parameter in the parse method.
  • ✨ Document (endpoints) are now versioned, providing better backward-compatible support.
  • ✨ Pass the document class instead of a string to specify how to parse input sources.
  • ♻️ Some methods and parameters renamed for better clarity.
  • ✨ Results from Custom documents are now deserialized into objects, rather than dict.

Changes

  • ✨ Add support for expense receipts V4.
  • ♻️ minor improvements to geometry functions.

Fixes

  • 🐛 Make sure the user is specified when calling custom docs on CLI
  • 🐛 Add default timeout of 120 seconds for endpoints.

Version 2.6.0

10 Oct 16:32
Compare
Choose a tag to compare

Fixes

  • 🐛 don't print "None" when filename is empty

Changes

  • 🗑️ deprecate setting singular and plural names for docs (#98)
  • ✨ add x-axis geometry functions (#99)
  • ✨ add getting bounding box for multiple polygons (#100)
  • ✨ add support for classifications in custom docs
  • ✨ allow setting only the MINDEE_API_KEY environment variable
  • ⬆️ update pikepdf

v2.5.1

30 Aug 18:15
Compare
Choose a tag to compare

Fixes

  • 🐛 never use mutable defaults in class definitions (#96)

v2.5.0

11 Aug 18:14
1119ba8
Compare
Choose a tag to compare
  • 💄 improve string output of documents
  • ⬆️ general dependencies upgrade (#92)
  • ✨ add functions for working with centroids (#93)
  • ✨ Add bank checks documents (beta, US only) (#94)