Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 582 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 582 Bytes

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