Releases: mindee/mindee-api-ruby
Releases · mindee/mindee-api-ruby
Version 3.1.0
Changes
- ✨ add support for US Driver License
- ♻️ update unit tests & dependencies
- ⬆️ update Bank Checks (#46)
Fixes
- 🐛 fix
all_wordsdisplay (#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
¡Breaking Changes!
- 💥 update
Clientcreation & document upload - 💥 update custom
Endpointcreation 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
Productmodule (fromParsing) - ♻️ 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
orientationproperty - ⚡ optimize: only a single endpoint is now created on document upload
Full Changelog: v2.2.1...v3.0.0
Version 2.2.1
Version 2.2.0
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
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
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
¡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
Changes
- ⬆️ switch to origamindee => adds support for Ruby 3
Version 1.1.2
Changes
- ♻️ use of
append_pageis better for adding pages to a new PDF
Version 1.1.1
Fixes
- 🐛 Fix for missing attribute accessor