{
  "name": "Extract license plate number from image uploaded via an n8n form",
  "nodes": [
    {
      "id": "a656334a-0135-4d93-a6df-ca97222c9753",
      "name": "Basic LLM Chain",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        -140,
        -380
      ]
    },
    {
      "id": "41a90592-2a91-40ff-abf4-3a795733d521",
      "name": "FormResultPage",
      "type": "n8n-nodes-base.form",
      "position": [
        220,
        -380
      ]
    },
    {
      "id": "c23b95d9-b7a2-4e9e-a019-5724a9662abd",
      "name": "OpenRouter LLM",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
      "position": [
        -60,
        -180
      ]
    },
    {
      "id": "8298cd51-8c47-4bc4-af78-2c216207ef76",
      "name": "Settings",
      "type": "n8n-nodes-base.set",
      "position": [
        -340,
        -380
      ]
    },
    {
      "id": "fae79fc9-b510-44a4-beec-4dc26dc2a13a",
      "name": "FromTrigger",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -560,
        -380
      ]
    }
  ],
  "connections": {
    "Settings": {
      "main": [
        [
          {
            "node": "Basic LLM Chain",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "FromTrigger": {
      "main": [
        [
          {
            "node": "Settings",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenRouter LLM": {
      "ai_languageModel": [
        [
          {
            "node": "Basic LLM Chain",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Basic LLM Chain": {
      "main": [
        [
          {
            "node": "FormResultPage",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}