Skip to content

Releases: mindee/mindee-api-ruby

Version 3.6.1

07 Mar 09:44
v3.6.1
1c47a0c

Choose a tag to compare

Changes

  • ♻️ update error handling to account for future evolutions
  • 📝 update miscellaneous product documentations
  • 📝 add used environment variables to readme

Full Changelog: v3.6.0...v3.6.1

Version 3.6.0

21 Feb 15:18
v3.6.0
29c98d8

Choose a tag to compare

Changes

  • ✨ add support for resume V1

Full Changelog: v3.5.0...v3.6.0

Version 3.5.0

16 Feb 17:17
v3.5.0
edfd912

Choose a tag to compare

Changes

  • ✨ add support for Generated V1 API
  • ♻️ documents now aren't automatically converted to b64 when enqueued as non-PDF files
  • ♻️ increase max async delay to 60 tries
  • ✨ add support for FR bank statements
  • ✨ add support for International ID V2
  • ✨ add support for EU Driver License V1
  • ♻️ update existing products
  • ⬆️ upgrade test lib

Fixes

  • 📝 add missing default async sample code
  • 🐛 fix rst display issues
  • 🐛 fix display issues for single page models
  • 🐛 fix miscellaneous issues related to data display (no changes expected on existing models)
  • 🐛 fix CLI breaking for custom products
  • 🐛 fix encoding issue that prevented UNICODE file names from being properly sent to the server

Full Changelog: v3.4.0...v3.5.0

Version 3.4.0

30 Jan 15:42
v3.4.0
1e14bf2

Choose a tag to compare

Changes

  • ⬆️ update invoices to v4.4
  • ✨ add support for raw_value in string fields

Full Changelog: v3.3.1...v3.4.0

Version 3.3.1

15 Dec 13:48
v3.3.1
69d81bd

Choose a tag to compare

Changes

  • ♻️ tweak async delays & retry
  • ♻️ tweak default async sample delays & retry
  • 📝 update md doc & fix typos

Full Changelog: v3.3.0...v3.3.1

Version 3.3.0

17 Nov 15:41
v3.3.0
1772060

Choose a tag to compare

Changes

  • ✨ add support for Carte Grise V1
  • ✨ add page number attribute to doc
  • ⬆️ update tests, docs & display format for some products

Fixes

  • 🐛 fix page id not working on newer custom models

Full Changelog: v3.2.0...v3.3.0

Version 3.2.0

18 Sep 13:19
14c2716

Choose a tag to compare

Changes

  • ✨ add support for Multi Receipts Detector V1
  • ✨ add support for Barcode Reader V1
  • ✨ add support for W9 V1
  • ✨ add support for FR ID Card V2
  • ✨ add support for async in CLI
  • ✨ add support for async auto-polling
  • ✨ add direct access to raw_http response
  • 📝 upgrade reference & guide documentation
  • 🧪 EXPERIMENTAL add PDF repair option

Fixes

  • 🐛 fix display issues with PositionField

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

Version 3.1.1

10 Aug 09:09
05bad9e

Choose a tag to compare

Fixes

  • 🐛 fixed non-pdf files being improperly handled by Ruby requests

Full Changelog: v3.1.0...v3.1.1

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