Skip to content

Releases: mindee/mindee-api-ruby

Version 3.1.0

08 Aug 12:46
1fdee47

Choose a tag to compare

Changes

  • ✨ add support for US Driver License
  • ♻️ update unit tests & dependencies
  • ⬆️ update Bank Checks (#46)

Fixes

  • 🐛 fix all_words display (#47)
  • 🐛 fix empty position_field (#47)
  • 🐛 fix byte repacking issues for PDF files (#45)

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

Version 3.0.0

29 Jun 09:09
2449cc5

Choose a tag to compare

¡Breaking Changes!

  • 💥 update Client creation & document upload
  • 💥 update custom Endpoint creation syntax
  • 🎨 improve product class syntax & structure
  • ♻️ harmonize naming with other client libraries
  • 🎨 moved most parsing modules into their own respective modules
  • 🎨 separated common, standard & custom parsing features into their own modules

Changes

  • ✨ add support for asynchronous endpoints
  • ✨ add support for Invoice Splitter V1
  • ✨ add support for OCR Full-text parsing on compatible APIs
  • ✨ add support for FR Bank Account Details V2
  • ✨ allow for the implementation of pages to differ from main document
  • ✨ add url input source
  • ⚰️ remove Shipping Containers
  • ♻️ moved all products into the Product module (from Parsing)
  • ♻️ better implementation of geometric operations
  • ✏️ document all previously non-documented class
  • ♻️ match file hierarchy with module nesting
  • ♻️ rewrite tutorials to match new syntax

Fixes

  • 🐛 fix: pages now use the proper orientation property
  • ⚡ optimize: only a single endpoint is now created on document upload

Full Changelog: v2.2.1...v3.0.0

Version 2.2.1

22 May 08:55
f42c507

Choose a tag to compare

Fixes

  • 🐛 added base attribute to tax field

Full Changelog: v2.2.0...v2.2.1

Version 2.2.0

16 May 11:46
1326ded

Choose a tag to compare

Changes

  • ✨ add support for Receipts v5
  • 📌 more specific dependency pinning; update some dependencies

Full Changelog: v2.1.1...v2.2.0

Version 2.1.1

21 Apr 14:30
a78eaed

Choose a tag to compare

Changes

  • 📝 minor docstring improvements
  • ⚰️ remove redundant local checks
  • 📝 publish documentation
  • 📝 add code samples

Full Changelog: v2.1.0...v2.1.1

Version 2.1.0

30 Jan 18:06

Choose a tag to compare

What's Changed

  • ✨ Add financial document v1 support (Co-authored-by: Oriol Gual)
  • ✨ Add Proof of Address v1 support

Full Changelog: v2.0.0...v2.1.0

Version 2.0.0

13 Jan 15:15

Choose a tag to compare

¡Breaking Changes!

  • ✨ add improved PDF merge system
  • 💥 it should be up to the user to handle API errors
  • 🗑️ remove deprecated APIs
  • ♻️ refactor CLI tool

Additions

  • ✨ add support for Invoice v4.1 and Receipt v4.1
  • ✨ add EU license plates
  • ✨ add shipping containers support
  • ✨ add US bank check support
  • ✨ add all French documents
  • 📝 Add YARD for generating docs
  • ✅ add testing on Ruby 3.2
  • ✨ allow setting the request timeout from env

Full Changelog: v1.2.0...v2.0.0

Version 1.2.0

26 Dec 12:44

Choose a tag to compare

Changes

  • ⬆️ switch to origamindee => adds support for Ruby 3

Version 1.1.2

23 Dec 16:35
c3ac5e9

Choose a tag to compare

Changes

  • ♻️ use of append_page is better for adding pages to a new PDF

Version 1.1.1

08 Aug 12:26

Choose a tag to compare

Fixes

  • 🐛 Fix for missing attribute accessor