Skip to content

Releases: mindee/mindee-api-python

v2.1.0

Choose a tag to compare

@fharper fharper released this 03 Mar 10:26

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

Choose a tag to compare

@fharper fharper released this 21 Feb 18:52

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

Choose a tag to compare

@fharper fharper released this 18 Feb 17:42

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

Choose a tag to compare

@fharper fharper released this 14 Feb 16:19
f244778

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

v1.3.1

Choose a tag to compare

@fharper fharper released this 01 Feb 19:43

Fixes

🐛 fix probabilities not loaded from API #49

Changes

✨ add CLI tool for testing

v1.3.0

Choose a tag to compare

@fharper fharper released this 18 Jan 20:18

Fix

  • 🐛 Fixed URLs not built properly on Windows OS
    #33
  • 🐛 fixed API error when using base64
    #45

Chg

  • ✨ Add user-agent header with SDK and Python versions
  • ✨ Use pikepdf to replace pyMuPDF
  • 👷 Pass all code through Black
  • 📌 use pip-tools and setup.py to pin all dependencies
  • 📄 change to MIT license

v1.2.3

Choose a tag to compare

@Jedylemindee Jedylemindee released this 22 Dec 13:50

v1.2.3 (2021-12-22)

Fix

  • ⬆️ upgrade pymupdf to 1.18.17

Bug

  • 🐛 handle few PDF files considered blank
  • ✅ re-initialize file cursor in test

v1.2.2

Choose a tag to compare

@fharper fharper released this 21 Oct 19:14

Mindee python SDK

v1.2.2 (2021-10-11)

Fix

  • 🐛 Fixed #15

Chg

  • ✨ Added pdf page number parameter for multi-pages pdfs
  • ✨ Added a blank pages only PDF detection & error raising

v1.2.1

Choose a tag to compare

@fharper fharper released this 23 Sep 18:12

Fix

  • 🐛 Forward uploaded file name for file verification rules
  • 🐛 Change token management for new header format

v1.2.0

Choose a tag to compare

@jonathanMindee jonathanMindee released this 25 Aug 11:03
45ebd61
  • ✨ Adapted SDK to the new Mindee API endpoint
  • ⚡ Single page object reconstruction is now server-side
  • ➖ Removed Numpy dependency
  • ✅ Updated tests with new data