mindee / demo-Nodejs-SDK

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

Home Page:https://mindee.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://mindee.com

License:MIT License


Languages

Language:JavaScript 70.4%Language:CSS 17.7%Language:Pug 11.9%