n8n Workflow

Extract Information From An Image Of A Receipt

This n8n workflow automates tasks and integrates with various services. Extract Information From An Image Of A Receipt - ready to import and run in your n8n instance.

n8n workflow.json

About This Script

This n8n workflow automates tasks and integrates with various services. Extract Information From An Image Of A Receipt - ready to import and run in your n8n instance.
Features:
  • Makes HTTP requests to external APIs
Source Code
{
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                250,
                340
            ],
            "parameters": [],
            "typeVersion": 1,
            "id": "1f86968c-8c4a-4e03-a882-da364fd5d0b2"
        },
        {
            "name": "Mindee",
            "type": "n8n-nodes-base.mindee",
            "position": [
                650,
                340
            ],
            "parameters": [],
            "credentials": {
                "mindeeReceiptApi": "mindee"
            },
            "typeVersion": 1,
            "id": "e9091366-1bb6-4d09-8bd3-781bf99107ef"
        },
        {
            "name": "HTTP Request",
            "type": "n8n-nodes-base.httpRequest",
            "position": [
                450,
                340
            ],
            "parameters": {
                "url": "https://miro.medium.com/max/1400/0*1T9GkAb93w5NSMsf",
                "options": [],
                "responseFormat": "file"
            },
            "typeVersion": 1,
            "id": "df51a1cc-680f-41e0-aeab-7336561f2a3e"
        }
    ],
    "connections": {
        "HTTP Request": {
            "main": [
                [
                    {
                        "node": "Mindee",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "HTTP Request",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    },
    "n8n_version": "1.5.0"
}
Requirements
n8n instance, API credentials for connected services
Tags
#n8n #automation #workflow
Quick Actions
More in n8n Workflows