npm mindee 3.6.0
Version 3.6.0

latest releases: 4.16.0, 4.15.0, 4.14.1...
19 months ago

Changes

  • ✨ Add support for the mindee_vision API (for internal testing)
  • ✨ support Proof of Address V1
  • ✨ Add support for: financial document v1
  • ⬆️ update jsdoc

¡Warning!

The FinancialDocumentV1 class now uses an actual API call to the new route financial_document.
Previously, determining whether a document is an invoice or a receipt was done internally by this library.

The API call way is much better, however some fields have been renamed compared to the internal handling.
This was done so field names now match exactly Invoice and Receipt classes.

As such, we encourage users to migrate to the new field structure.

If this is problematic, it's possible to use the deprecated way.
Simply pass FinancialDocumentV0 to the parse method.
Usage is otherwise identical.

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

Don't miss a new mindee release

NewReleases is sending notifications on new releases.