Releases: mindee/mindee-api-nodejs
Releases · mindee/mindee-api-nodejs
Version 4.3.2
Version 4.3.1
Fixes
- 🐛 take line height tolerance into account when evaluating fields
Full Changelog: v4.3.0...v4.3.1
Version 4.3.0
Version 4.2.0
Changes
- ✨ add support for W9 V1
- ✨ add support for Barcode Reader V11
- ✨ add support for Multi Receipt Detector V1
- ✨ add support for FR Id Card V2
- ✨ add support for OTS Cropper V1
- 📝 update documentation
Fixes
- 🐛 fix missing position field display issues
- 🐛 fix issues with asynchronous timeouts crashing in some instances
Full Changelog: v4.1.1...v4.2.0
Version 4.1.1
Changes
- ♻️ tweaked timer management in async
Fixes
- 🐛 fix ocr option not being generated as an Ocr object
Full Changelog: v4.1.0...v4.1.1
Version 4.1.0
Changes
- 💥 remove support for node versions <16
- ✨ add support for auto-polling in asynchronous calls
- ✨ update HTTP error management system
- ✨ add possibility to access raw server response
- ⬆️ add support for node 20
- 🔧 expose more internal tools
- 📝 add better technical documentation
- ♻️ remove deprecated examples
- ♻️ update linting rules
- ⬆️ update testing library
Fixes
- 🐛 fix miscellaneous bugs related to http parsing issues
Full Changelog: v4.0.2...v4.1.0
Version 4.0.2
Changes
- ♻️ update technical documentation
Fixes
- 🐛 fix url source document not being sent properly
Full Changelog: v4.0.1...v4.0.2
Version 4.0.1
Version 4.0.0
¡Breaking Changes!
- 🎨 💥 harmonize response types with other libraries
- 🎨 💥 change endpoint management & syntax
- 🎨 💥 move products to
product
module
Changes
- ✨ add full support for page-specific attributes
- ✨ add support for FR Id Card
- ✨ add support for US Driver License
- ✨ add auto-generated md documentation
- ✨ add text reconstruction when using the
allWords
parameter (full OCR) - ♻️ updated CLI to accommodate for newest changes
- ⚰️ remove InvoiceV3
- ⚰️ remove ReceiptV3
- ♻️ update tests to accommodate for newest changes
- ♻️ re-organized parsing module (common/standard/custom)
Full Changelog: v3.10.2...v4.0.0