Skip to content

Releases: mindee/mindee-api-php

v3.0.0-beta1

01 Jun 08:24
8de16d2

Choose a tag to compare

¡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 /v1 and /v2 from base URLs to match other SDKs
  • 💥 ♻️ Remove V2 Inference in favor of extraction
  • 💥 ♻️ Change webhooksIds parameter to webhookIds
  • 💥 ♻️ Move PDF & Image operations to their respective namespaces and remove Extraction namespace
  • 💥 ♻️ 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

11 May 08:28
1719007

Choose a tag to compare

Changes

  • ✨ add support for extraction in crop, split, and classification

Full Changelog: v2.8.0...v2.9.0

v2.8.0

22 Apr 19:44
3904cd0

Choose a tag to compare

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

31 Mar 08:25
040d4cc

Choose a tag to compare

Fixes

  • 🐛 fix multiple webhooks not registering correctly

Full Changelog: v2.7.0...v2.7.1

v2.7.0

20 Mar 09:13
5e10240

Choose a tag to compare

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

25 Feb 16:51
c2a9438

Choose a tag to compare

Changes

  • ✨ add job information to inference object

Full Changelog: v2.5.0...v2.6.0

v2.5.0

10 Feb 14:59
557b17d

Choose a tag to compare

Changes

  • ✨ add field types easy getters in ObjectFields

Full Changelog: v2.4.0...v2.5.0

v2.4.0

23 Dec 08:17
242f2ea

Choose a tag to compare

Changes

  • ✨ add support for data schema

Full Changelog: v2.3.0...v2.4.0

v2.3.0

02 Dec 11:25
5c24473

Choose a tag to compare

Changes

  • ✨ add support for text context

Fixes

  • 🐛 fix API call format & error management for V2

Full Changelog: v2.2.1...v2.3.0

v2.2.1

17 Nov 11:36
cabc744

Choose a tag to compare

Fixes

  • 🔧 normalize comparator names for confidence scores

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