Workflow: Manual Awstextract Automate

Workflow Details

Download Workflow
{
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                250,
                300
            ],
            "parameters": [],
            "typeVersion": 1
        },
        {
            "name": "AWS Textract",
            "type": "n8n-nodes-base.awsTextract",
            "position": [
                650,
                300
            ],
            "parameters": [],
            "credentials": {
                "aws": {
                    "id": "12",
                    "name": "AWS account"
                }
            },
            "typeVersion": 1
        },
        {
            "name": "AWS S3",
            "type": "n8n-nodes-base.awsS3",
            "position": [
                450,
                300
            ],
            "parameters": {
                "fileKey": "Rechnung.jpg",
                "bucketName": "textract-demodata"
            },
            "credentials": {
                "aws": {
                    "id": "12",
                    "name": "AWS account"
                }
            },
            "typeVersion": 1
        }
    ],
    "connections": {
        "AWS S3": {
            "main": [
                [
                    {
                        "node": "AWS Textract",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "AWS S3",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

HTTP Medium Automation Webhook
View
Fine-tuning with OpenAI models
View
The Easiest Way to Send SMS Worldwide
View
Manual Stickynote Create Webhook
View
Bitrix24 Task Form Widget Application Workflow example with Webhook Integration
View
Create a new list, add a new contact to the list, update the contact, and get all contacts in the list
View
Hunter Form Send Webhook
View
Phishing_analysis__URLScan_io_and_Virustotal_
View
Generate google meet links in slack
View
Splitout GoogleCalendar Create Scheduled
View