AutomationFlowsAI & RAG › Przykład

Przykład

Przykład. Uses readWriteFile, httpRequest. Event-driven trigger; 3 nodes.

Event trigger★☆☆☆☆ complexity3 nodesRead Write FileHTTP Request
AI & RAG Trigger: Event Nodes: 3 Complexity: ★☆☆☆☆ Added:

This workflow follows the HTTP Request → Readwritefile recipe pattern — see all workflows that pair these two integrations.

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "Przyk\u0142ad",
  "nodes": [
    {
      "parameters": {},
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        -340,
        -40
      ],
      "id": "cf350fba-7376-48ab-8ae3-5dd83175bd5d",
      "name": "When clicking \u2018Test workflow\u2019"
    },
    {
      "parameters": {
        "fileSelector": "/home/node/data/*.pdf",
        "options": {}
      },
      "type": "n8n-nodes-base.readWriteFile",
      "typeVersion": 1,
      "position": [
        -120,
        -40
      ],
      "id": "673f21fb-496c-4848-80db-a5a3472e2da4",
      "name": "Read/Write Files from Disk"
    },
    {
      "parameters": {
        "method": "POST",
        "url": "http://ocr-contracts:8080/ocr",
        "sendBody": true,
        "contentType": "multipart-form-data",
        "bodyParameters": {
          "parameters": [
            {
              "parameterType": "formBinaryData",
              "name": "file",
              "inputDataFieldName": "data"
            }
          ]
        },
        "options": {}
      },
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [
        160,
        -40
      ],
      "id": "0d0a8f23-a251-49eb-8979-91b7856822f1",
      "name": "HTTP Request"
    }
  ],
  "connections": {
    "When clicking \u2018Test workflow\u2019": {
      "main": [
        [
          {
            "node": "Read/Write Files from Disk",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Read/Write Files from Disk": {
      "main": [
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "3dfb1bf5-a1b0-4f79-9dc3-6d49d8c57948",
  "id": "oexmGJbJMRaMPal6",
  "tags": []
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Przykład. Uses readWriteFile, httpRequest. Event-driven trigger; 3 nodes.

Source: https://github.com/mikulskibartosz/ocr_mistrall/blob/b3fafc69cd1e193da0fb01c2f26aedde792f5da9/n8n_workflow/Przyklad.json — original creator credit. Request a take-down →

More AI & RAG workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

AI & RAG

Transcribe audio messages from Telegram using Google Gemini for free.

Telegram, Telegram Trigger, HTTP Request +3
AI & RAG

This is the final piece of the AI content factory. This workflow takes your text-based video scripts and automatically generates high-quality audio voiceovers for each one, turning your text into read

Read Write File, Google Sheets, HTTP Request +2
AI & RAG

This workflow automates brand intelligence analysis across AI-powered search results by combining SE Ranking’s AI Search data with structured processing in n8n.

Read Write File, HTTP Request
AI & RAG

JD 데이터분석. Uses httpRequest, googleSheets, n8n-nodes-openai-analytics, readWriteFile. Event-driven trigger; 36 nodes.

HTTP Request, Google Sheets, N8N Nodes Openai Analytics +1
AI & RAG

Automated Job Search & AI Relevance Evaluator

Read Write File, HTTP Request, Google Gemini +1