Extract Text from Images with Telegram Bot & OCR Tesseractjs
Description This n8n workflow enables users to send an image to a Telegram bot and receive the extracted text using Tesseract OCR (via the n8n-nodes-tesseractjs Community Node). It's a quick and straightforward way to convert images into readable text directly through chat.
How it Works
The workflow listens for new image messages coming in via the Telegram bot.
Once an image is received, it downloads the image file from Telegram (which initially arrives as application/octet-stream).
The image data, now properly identified, is then sent to the Tesseract OCR node to extract the text.
Finally, the recognized text is sent back as a reply to the Telegram user.
Setup Steps
Install Community Node: Ensure you have installed n8n-nodes-tesseractjs in your n8n instance.
Connect Telegram Bot: Configure the Telegram Trigger node with your Telegram bot.
Bot Token: Add your Telegram bot token to the Send Message node to send replies.
Deploy & Test: Activate (deploy) the workflow and send an image to your Telegram bot to test.
Related Templates
Instagram Full Profile Scraper with Apify and Google Sheets
šø Instagram Full Profile Scraper with Apify and Google Sheets This n8n workflow automates the process of scraping ful...
Auto-classify Gmail emails with AI and apply labels for inbox organization
Who is this for? Professionals and individuals who receive high volumes of emails, those who want to automatically organ...
Compare Lists and Identify Common Items & Differences Using Custom Keys
This workflow compares two lists of objects (List A and List B) using a user-specified key (e.g. email, id, domain) and ...
š Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments