Skip to content

Releases: mindee/mindee-api-python

v2.5.1

30 Aug 18:15

Choose a tag to compare

Fixes

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

v2.5.0

11 Aug 18:14
1119ba8

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

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

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

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

v2.1.1

15 Mar 19:37

Choose a tag to compare

Fixes

  • 🐛 fix for locale constructor
  • 🐛 fix custom document in CLI
  • 🏷️ declare type info to mypy
  • 🐛 fix for dumping JSON in CLI

Changes

  • 🏷️ set stricter pylint and mypy settings
  • 🧑‍💻 add pre-commit to ensure proper code formatting
  • 🎨 fixes to import order (isort) and documentation (pydocstyle)

v2.1.0

03 Mar 10:26

Choose a tag to compare

Changes

  • ✨ update to Invoices API v3
  • ♻️ refactor Endpoint classes and document building
  • ⬆️ Update PikePDF to 5.0.1
  • ✨ add a basic logger

v2.0.2

21 Feb 18:52

Choose a tag to compare

Fixes

  • 🐛 fix sending financial document via the CLI

Changes

  • ✨ allow getting OCR return in CLI
  • ✨ Make sure all document information is printed

v2.0.1

18 Feb 17:42

Choose a tag to compare

Fixes

  • 🐛 fix for invoice to string
  • 🐛 fix for counting empty PDF pages

Changes

  • ⬆️ Update PikePDF to 4.5.0
  • ⬆️ Update Pillow to 9.0.1 (security fix)

v2.0.0

14 Feb 16:19
f244778

Choose a tag to compare

New Features

✨ Allow using custom documents (API builder)

Breaking Changes

♻️ confidence renamed to probability in the return fields to match API return
♻️ Client initialization reworked to be more extensible
♻️ Document loading and parsing reworked to separate arguments

Changes

⬆️ Upgrade pikepdf to 4.4.1
📝 Documentation migrated mainly to https://developers.mindee.com/docs