/demo-Nodejs-SDK

Sample NodeJS app using Mindee's SDK to extract receipt and invoice data.

Primary LanguageJavaScriptMIT LicenseMIT

mindee_node_receipt

A sample application to parse receipts and invoices with Mindee.

This app uses the Mindee NodeJS SDK to simplify the requests to the 2 endpoints.

To run

  1. clone to your machine
  2. run npm install to install all the required libraries
  3. create a .env file where you'll add your Mindee API tokens. The file should have the format;

receiptToken= invoiceToken=

  1. and then npm start to run the app locally.
  2. The app will be running at localhost:3003