Extract and Store Text from Chat Images Using AWS S3 - n8n Workflow | Neura Market
Extract and Store Text from Chat Images Using AWS S3
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** uploads the sent image to an S3 bucket.
- **AWS Extract node** extracts text from the image.
- **Airtable node** adds the extracted text and image information to a table.
Platform
n8n
Category
AI
Price
Free
Creator
Lorena
awsS3
airtable
awsTextract
telegramTrigger
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.