AutomationFlowsSlack & Telegram › Extract Text from Telegram Images to Airtable

Extract Text from Telegram Images to Airtable

Original n8n title: Extract and Store Text From Chat Images Using AWS S3

Extract And Store Text From Chat Images Using Aws S3. Uses awsTextract, telegramTrigger, airtable, awsS3. Event-driven trigger; 4 nodes.

Event trigger★★☆☆☆ complexity4 nodesAWS TextractTelegram TriggerAirtableAWS S3
Slack & Telegram Trigger: Event Nodes: 4 Complexity: ★★☆☆☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "nodes": [
    {
      "name": "AWS Textract",
      "type": "n8n-nodes-base.awsTextract",
      "position": [
        700,
        340
      ],
      "parameters": {},
      "credentials": {
        "aws": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 1
    },
    {
      "name": "Telegram Trigger",
      "type": "n8n-nodes-base.telegramTrigger",
      "position": [
        520,
        220
      ],
      "parameters": {
        "updates": [
          "*"
        ],
        "additionalFields": {
          "download": true,
          "imageSize": "medium"
        }
      },
      "credentials": {
        "telegramApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 1
    },
    {
      "name": "Airtable",
      "type": "n8n-nodes-base.airtable",
      "position": [
        880,
        340
      ],
      "parameters": {
        "table": "receipts",
        "options": {},
        "operation": "append",
        "application": "qwertz",
        "addAllFields": false
      },
      "credentials": {
        "airtableApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 1
    },
    {
      "name": "AWS S3",
      "type": "n8n-nodes-base.awsS3",
      "position": [
        700,
        100
      ],
      "parameters": {
        "fileName": "={{$binary.data.fileName}}",
        "operation": "upload",
        "bucketName": "textract-demodata",
        "additionalFields": {}
      },
      "credentials": {
        "aws": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 1
    }
  ],
  "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
          }
        ]
      ]
    }
  }
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Extract And Store Text From Chat Images Using Aws S3. Uses awsTextract, telegramTrigger, airtable, awsS3. Event-driven trigger; 4 nodes.

Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →

More Slack & Telegram workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Slack & Telegram

This workflow extracts text from images sent in a Telegram chat and uploads the images to AWS S3. Telegram Trigger node triggers the workflow when an image is sent in a Telegram channel. AWS S3 node u

AWS Textract, Telegram Trigger, Airtable +1
Slack & Telegram

This n8n workflow turns your Telegram bot into a powerful AI photo enhancer! Whether users send a photo or a link, it processes the image by: 📥 Receiving the input (photo or link) 🧠 Upscaling quality

Telegram, AWS S3, HTTP Request +1
Slack & Telegram

This n8n workflow receives files sent in a Telegram chat, uploads them to Google Drive, extracts text using OCR (for images and PDFs), and stores the extracted content in Airtable for quick search and

Telegram Trigger, Telegram, Google Drive +2
Slack & Telegram

Telegramtrigger Workflow. Uses telegramTrigger, noOp, telegram, stickyNote. Event-driven trigger; 13 nodes.

Telegram Trigger, Telegram, Stop And Error
Slack & Telegram

Stickynote Workflow. Uses stickyNote, noOp, telegramTrigger, googleSheets. Event-driven trigger; 11 nodes.

Telegram Trigger, Google Sheets, Telegram +1