https://github.com/mindee/demo-nodejs-sdk
Sample NodeJS app using Mindee's SDK to extract receipt and invoice data.
https://github.com/mindee/demo-nodejs-sdk
documents nodejs ocr-recognition
Last synced: about 1 month ago
JSON representation
Sample NodeJS app using Mindee's SDK to extract receipt and invoice data.
- Host: GitHub
- URL: https://github.com/mindee/demo-nodejs-sdk
- Owner: mindee
- License: mit
- Created: 2020-09-17T08:00:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-12T21:08:16.000Z (almost 3 years ago)
- Last Synced: 2023-03-03T20:13:27.711Z (about 2 years ago)
- Topics: documents, nodejs, ocr-recognition
- Language: JavaScript
- Homepage: https://mindee.com
- Size: 12.5 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# mindee_node_receipt
A sample application to parse receipts and invoices with [Mindee](https://mindee.com).This app uses the [Mindee NodeJS SDK](https://github.com/mindee/mindee-api-nodejs) 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=4. and then ```npm start``` to run the app locally.
5. The app will be running at localhost:3003