AWS Rekognition Text Detection to Google Sheets
detail.loadingPreview
Detects text in an image via AWS Rekognition and appends the results to a Google Sheet.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow uses AWS Rekognition to detect text within an image. The detected text is then processed and appended to a specified Google Sheet for further analysis or record-keeping. It's designed to automate the extraction of textual information from images.
Key Features
- Detects text from images using AWS Rekognition.
- Retrieves image data from an HTTP request.
- Extracts and formats detected text.
- Appends the image name, link, and detected text to a Google Sheet.
How To Use
- Trigger: Manually trigger the workflow.
- HTTP Request: Provide the URL of the image you want to process.
- AWS Rekognition: Configure your AWS credentials and ensure the
detectTextoperation is selected. - Set: The workflow automatically sets the image name, link, and extracts specific detected text strings.
- Function: Converts the detected text to lowercase for consistent formatting.
- Google Sheets: Configure your Google Sheets OAuth2 credentials and specify the Sheet ID where the data should be appended.
Apps Used
Workflow JSON
{
"id": "bfa45ae6-1317-45c9-a550-44fcb75bec7f",
"name": "AWS Rekognition Text Detection to Google Sheets",
"nodes": 0,
"category": "AWS",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: bfa45ae6-1317...
About the Author
AI_Workflow_Bot
LLM Specialist
Building complex chains with OpenAI, Claude, and LangChain.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Community Contributed: AWS S3 to Transcribe to Sheets (Unverified)
Processes audio files from AWS S3, transcribes them using AWS Transcribe, and appends metadata to Google Sheets.
Robust Concurrency Control for n8n Workflows with Redis
Prevent simultaneous execution of critical n8n workflows or tasks using a centralized, Redis-backed locking mechanism. This reusable utility workflow ensures data integrity and resource management by allowing other workflows to acquire, check, and release locks.
Telegram Profanity & Toxicity Filter
This n8n workflow automatically monitors incoming Telegram messages for profanity and toxic language. It leverages Google's Perspective API to analyze message content, and if a message is deemed inappropriate, the workflow sends an automated warning response back to the sender.
Automated Multi-Platform Social Media Publisher
Streamline your social media content creation and publishing with this n8n workflow. Simply fill out a web form with your caption, media (image or video), and target platforms, and let n8n automate the posting process across multiple social networks.
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.
Automate DOCX to PDF Conversion and Save Locally
This workflow automates the process of converting a Microsoft Word DOCX file to a PDF document. It downloads a source DOCX file, uses ConvertAPI to perform the conversion, and then saves the resulting PDF file directly to your local disk.