Socket
Socket
Sign inDemoInstall

mindee

Package Overview
Dependencies
Maintainers
7
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mindee - npm Package Versions

1
7

3.10.1

Diff

Changelog

Source

v3.10.1 - 2023-07-04

Changes

  • :arrow_up: update dependencies

Fixes

  • :pencil2: added missing entry in changelog
ianardee
published 3.10.0 •

Changelog

Source

v3.10.0 - 2023-07-04

Changes

  • :sparkles: add support for FR Bank Account Details V2
  • :recycle: update printing syntax & unit test for Receipt v5
  • :coffin: removed support for Shipping Container
ianardee
published 3.9.0 •

Changelog

Source

v3.9.0 - 2023-06-06

Changes

  • :sparkles: support for financial document v1.1
  • :recycle: change http status code handling for async requests

Fixes

  • :bug: fix typing in PaymentDetails
  • :bug: locale value should always be set
  • :bug: add missing class properties on new line items
ianardee
published 3.8.0 •

Changelog

Source

v3.8.0 - 2023-05-25

Changes

  • :sparkles: add support for receipt v5
  • :sparkles: print taxes in table layout
ianardee
published 3.7.4 •

Changelog

Source

v3.7.4 - 2023-04-20

Changes

  • :white_check_mark: minor improvements to tests

Fixes

  • :bug: fix for options not being passed properly in the CLI tool
ianardee
published 3.7.3 •

Changelog

Source

v3.7.3 - 2023-04-11

Changes

  • :arrow_up: upgrade to TypeScript 5.0.3
  • :safety_vest: ban-ts-comment should be an error
  • :white_check_mark: Add docs with code samples and use them for testing
ianardee
published 3.7.2 •

Changelog

Source

v3.7.2 - 2023-04-04

Fixes

  • :bug: export DocumentClient class for easier 3rd party integration
  • :bug: only display the job info when CLI parse-queued is processing
ianardee
published 3.7.1 •

Changelog

Source

v3.7.1 - 2023-03-31

Fixes

  • :bug: make sure all documents are exported properly
ianardee
published 3.7.0 •

Changelog

Source

v3.7.0 - 2023-03-31

Changes

  • :sparkles: add support for asynchronous predictions
  • :sparkles: add experimental support for line items in custom documents
  • :art: harmonize bbox and bounding box terminology
  • :arrow_up: update test files, minor updates to string output
  • :label: classification fields are always strings

Fixes

  • :bug: fix error message for missing API key, document type may be undefined
ianardee
published 3.6.0 •

Changelog

Source

v3.6.0 - 2023-02-01

Changes

  • :sparkles: Add support for the mindee_vision API (for internal testing)
  • :sparkles: support Proof of Address V1
  • :sparkles: Add support for: financial document v1
  • :arrow_up: 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.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc