{
  "name": "Extract infromation from a receipt and store it in Airtable",
  "nodes": [
    {
      "id": null,
      "name": "Get Receipt",
      "type": "n8n-nodes-base.typeformTrigger",
      "position": [
        450,
        300
      ]
    },
    {
      "id": null,
      "name": "Get Image",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        650,
        300
      ]
    },
    {
      "id": null,
      "name": "Extract Information",
      "type": "n8n-nodes-base.mindee",
      "position": [
        850,
        300
      ]
    },
    {
      "id": null,
      "name": "Set Information",
      "type": "n8n-nodes-base.set",
      "position": [
        1050,
        300
      ]
    },
    {
      "id": null,
      "name": "Store Information",
      "type": "n8n-nodes-base.airtable",
      "position": [
        1250,
        300
      ]
    }
  ],
  "connections": {
    "Get Image": {
      "main": [
        [
          {
            "node": "Extract Information",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Receipt": {
      "main": [
        [
          {
            "node": "Get Image",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set Information": {
      "main": [
        [
          {
            "node": "Store Information",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Information": {
      "main": [
        [
          {
            "node": "Set Information",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}