{
  "name": "Extract and store text from chat images using AWS S3",
  "nodes": [
    {
      "id": null,
      "name": "AWS Textract",
      "type": "n8n-nodes-base.awsTextract",
      "position": [
        700,
        340
      ]
    },
    {
      "id": null,
      "name": "Telegram Trigger",
      "type": "n8n-nodes-base.telegramTrigger",
      "position": [
        520,
        220
      ]
    },
    {
      "id": null,
      "name": "Airtable",
      "type": "n8n-nodes-base.airtable",
      "position": [
        880,
        340
      ]
    },
    {
      "id": null,
      "name": "AWS S3",
      "type": "n8n-nodes-base.awsS3",
      "position": [
        700,
        100
      ]
    }
  ],
  "connections": {
    "AWS Textract": {
      "main": [
        [
          {
            "node": "Airtable",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Telegram Trigger": {
      "main": [
        [
          {
            "node": "AWS S3",
            "type": "main",
            "index": 0
          },
          {
            "node": "AWS Textract",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}