{
  "name": "Send a file from S3 to AWS Textract",
  "nodes": [
    {
      "id": null,
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        250,
        300
      ]
    },
    {
      "id": null,
      "name": "AWS Textract",
      "type": "n8n-nodes-base.awsTextract",
      "position": [
        650,
        300
      ]
    },
    {
      "id": null,
      "name": "AWS S3",
      "type": "n8n-nodes-base.awsS3",
      "position": [
        450,
        300
      ]
    }
  ],
  "connections": {
    "AWS S3": {
      "main": [
        [
          {
            "node": "AWS Textract",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "AWS S3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}