n8n Workflow

Extract And Store Text From Chat Images Using Aws S3

This n8n workflow automates tasks and integrates with various services. Extract And Store Text From Chat Images Using Aws S3 - 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 And Store Text From Chat Images Using Aws S3 - ready to import and run in your n8n instance.
Features:
  • Automates workflow tasks
  • Ready to import into n8n
  • Configurable parameters
Source Code
{
    "nodes": [
        {
            "name": "AWS Textract",
            "type": "n8n-nodes-base.awsTextract",
            "position": [
                700,
                340
            ],
            "parameters": [],
            "credentials": {
                "aws": {
                    "id": "9",
                    "name": "aws"
                }
            },
            "typeVersion": 1,
            "id": "b2e55b8e-25b2-47f0-96fd-9c32791bc072"
        },
        {
            "name": "Telegram Trigger",
            "type": "n8n-nodes-base.telegramTrigger",
            "position": [
                520,
                220
            ],
            "webhookId": "12345",
            "parameters": {
                "updates": [
                    "*"
                ],
                "additionalFields": {
                    "download": true,
                    "imageSize": "medium"
                }
            },
            "credentials": {
                "telegramApi": {
                    "id": "49",
                    "name": "Telegram mybot"
                }
            },
            "typeVersion": 1,
            "id": "791c12bb-c6b9-49d2-8d02-1fb959dd4af4"
        },
        {
            "name": "Airtable",
            "type": "n8n-nodes-base.airtable",
            "position": [
                880,
                340
            ],
            "parameters": {
                "table": "receipts",
                "options": [],
                "operation": "append",
                "application": "qwertz",
                "addAllFields": false
            },
            "credentials": {
                "airtableApi": {
                    "id": "6",
                    "name": "airtable_nodeqa"
                }
            },
            "typeVersion": 1,
            "id": "053f8714-de1a-4f28-b2f7-a5db9cb0d7c6"
        },
        {
            "name": "AWS S3",
            "type": "n8n-nodes-base.awsS3",
            "position": [
                700,
                100
            ],
            "parameters": {
                "fileName": "={{$binary.data.fileName}}",
                "operation": "upload",
                "bucketName": "textract-demodata",
                "additionalFields": []
            },
            "credentials": {
                "aws": {
                    "id": "9",
                    "name": "aws"
                }
            },
            "typeVersion": 1,
            "id": "229c016a-4585-4c31-997e-b303044a0772"
        }
    ],
    "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
                    }
                ]
            ]
        }
    },
    "n8n_version": "1.5.0"
}
Requirements
n8n instance, Telegram API credentials, Airtable API credentials
Tags
#n8n #automation #workflow
Quick Actions
More in n8n Workflows