Skip to content

Releases: mindee/mindee-api-python

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)

v2.4.0

20 Jun 14:23
541f62c
Compare
Choose a tag to compare

Fixes

  • 🐛 📝 custom docs names refer to the API, not the type.
  • 🐛 words should be separated when printing custom documents
  • 🐛 empty date should return passport not in validity

Changes

  • ✨ Add TIFF and HEIC support
  • ✨ Add real bounding boxes
  • 📝 publish documentation to pages

v2.3.0

24 May 17:55
Compare
Choose a tag to compare

Fixes

  • 🐛 make sure the 'Token' keyword is sent in the auth headers

Changes

  • ✨ now possible to read file contents at any time
  • 🔨 run mypy in pre-commit
  • ⬆️ upgrade pikepdf
  • ♻️ minor cleanup / refactor
  • 📝 Add basic automated class documentation

v2.2.0

24 Mar 21:20
Compare
Choose a tag to compare

Fixes

  • 🐛 💥 fix for customer_company_registration being a list of values

Changes

  • ✨ allow specifying file closing behavior
  • ⬆️ loosen setup.py requirements; update pinned dependencies
  • ✅ better testing of PDF pages