Releases: mindee/mindee-api-php
Releases · mindee/mindee-api-php
v3.0.0-beta1
¡Breaking Changes!
- 💥 ♻️ update V1 & V2 syntaxes to match other SDKs
- ♻️ move V1 client to V1 module
- ♻️ move V2 client to V2 module
- ♻️ move legacy products to 'V1' module
- ♻️ add parsing and extraction to V1 module
- ♻️ move V1 Http to V1 namespace
- ♻️ move V2 Http to V2 namespace
- ♻️ move data schema to extraction parameters namespace
- 💥 ♻️ remove
/v1and/v2from base URLs to match other SDKs - 💥 ♻️ Remove V2 Inference in favor of extraction
- 💥 ♻️ Change
webhooksIdsparameter towebhookIds - 💥 ♻️ Move PDF & Image operations to their respective namespaces and remove
Extractionnamespace - 💥 ♻️ Harmonize all acronyms as proper camelCase & PascalCase
- 💥 ♻️ Add full support for strict typing
- 💥 ♻️ remove sourceFrom initializers in favor of direct InputSource initialization
- 💥 remove support for the following V1 products:
- ⚰️ Bill of Lading
- ⚰️ Delivery Note
- ⚰️ (FR) Energy Bill
- ⚰️ (FR) Healthcare Card
- ⚰️ (IND) Passport
- ⚰️ Nutrition Facts
- ⚰️ (FR) Payslip
- ⚰️ (US) Healthcare Card
- ⚰️ (US) Mail
Changes
- ✨ add support for model search from the V2 client
- ✨ add support for full types
- ✨ add crop and split extractors from product classes
- 🔧 add support for better tooling
- 🔧 add PHPStan
- 🔧 add Whisky
- 🔧 add Rector
- 🔧 ⚰️ remove support for PHP Code Sniffer
- 🔧 enforce stricter rules for coding
Fixes
- 🐛 fix mismanagement of some input sources
- 🐛 fix many typing errors
- 🐛 fix PDF operations attempt to open files when not supported
- 🐛 fix missing API key error not being properly raised in some instances
Full Changelog: v2.9.0...v3.0.0-beta1
v2.9.0
Changes
- ✨ add support for extraction in crop, split, and classification
Full Changelog: v2.8.0...v2.9.0
v2.8.0
Changes
- ✨ add support for V2 crop and split operations
Fixes
- 🐛 fix file names incoherent for PDF extractor
Full Changelog: v2.7.1...v2.8.0
v2.7.1
v2.7.0
Changes
- ✨ add support for new V2 products
- ✨ add support for Classification
- ✨ add support for Crop
- ✨ add support for OCR
- ✨ add support for Split
- ⚰️ remove unused PayslipV2 product
Full Changelog: v2.6.0...v2.7.0
v2.6.0
v2.5.0
v2.4.0
v2.3.0
Changes
- ✨ add support for text context
Fixes
- 🐛 fix API call format & error management for V2
Full Changelog: v2.2.1...v2.3.0