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
- clone to your machine
- run
npm install
to install all the required libraries - create a .env file where you'll add your Mindee API tokens. The file should have the format;
receiptToken= invoiceToken=
- and then
npm start
to run the app locally. - The app will be running at localhost:3003