Mindee#
Use the Mindee node to automate work in Mindee, and integrate Mindee with other applications. n8n has built-in support for a wide range of Mindee features, including predicting invoices.
On this page, you'll find a list of operations the Mindee node supports and links to more resources.
Credentials
Refer to Mindee credentials for guidance on setting up authentication.
Examples and templates
For usage examples and templates to help you get started, take a look at n8n's Mindee integrations list.
Basic Operations#
Invoice - Predict
Receipt - Predict
Example Usage#
This workflow allows you to extract information from an image of a receipt using the Mindee node. You can also find the workflow on n8n.io. This example usage workflow uses the following nodes. - Start - HTTP Request - Mindee
The final workflow should look like the following image.
1. Start node#
The Start node exists by default when you create a new workflow.
2. HTTP Request (GET)#
This example workflow uses the HTTP Request node to make a GET request to download the image of a receipt. You can also use other nodes, for example, the Box node, to get the images of the receipts you want to use.
- Enter the URL of the image in the URL field. For example,
https://miro.medium.com/max/1400/0*1T9GkAb93w5NSMsf
. - Select 'File' from the Response Format dropdown list.
- Click on Execute Node to run the node.
In the screenshot below, you will notice that the HTTP Request node downloads the image from the URL. This image (binary data) can now be used by the other nodes in the workflow.
3. Mindee node (predict: receipt)#
This node will get the image of the receipt (binary data) from the HTTP Request node and extract the information from it. 1. Select 'Receipt' from the Resource dropdown list. 2. You'll have to enter credentials for the Mindee node. You can find out how to do that here. 3. Click on Execute Node to run the workflow.
In the screenshot below, you will notice that the node extracts the information from the image that it got from the HTTP Request node.