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 →
{
"name": "Demo01",
"nodes": [
{
"parameters": {},
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
-304,
-48
],
"id": "769b4a58-661c-4745-8d4b-a1849a2bba3d",
"name": "When clicking \u2018Execute workflow\u2019"
},
{
"parameters": {
"options": {}
},
"type": "n8n-nodes-tesseractjs.tesseractNode",
"typeVersion": 1,
"position": [
96,
-48
],
"id": "8abd5dfa-b957-4273-bdcb-ccc62bfe65ea",
"name": "Tesseract"
},
{
"parameters": {
"operation": "write",
"fileName": "tekst.txt",
"dataPropertyName": "=output",
"options": {}
},
"type": "n8n-nodes-base.readWriteFile",
"typeVersion": 1,
"position": [
464,
-48
],
"id": "92d74cd3-9e0a-4710-8ac1-828bc8a6ad14",
"name": "Read/Write Files from Disk1"
},
{
"parameters": {
"operation": "toText",
"sourceProperty": "text",
"binaryPropertyName": "output",
"options": {}
},
"type": "n8n-nodes-base.convertToFile",
"typeVersion": 1.1,
"position": [
272,
-48
],
"id": "27dce1e5-e39b-4d35-9509-2fe1426606c2",
"name": "Convert to File"
},
{
"parameters": {
"content": "## VOORBEELD \n**Hier maak ik gebruik van een community plugin . [Link](https://www.npmjs.com/package/n8n-nodes-tesseractjs)\n- Voeg toe 2x Read/Write\n- Tesseract OCR\n- Text to File Converter (hier zonder is de text niet leesbaar of error geen obj)",
"height": 368,
"width": 1168,
"color": 4
},
"type": "n8n-nodes-base.stickyNote",
"position": [
-416,
-224
],
"typeVersion": 1,
"id": "3bba3fb4-8638-45db-94dd-fd2bfa176dbb",
"name": "Sticky Note"
},
{
"parameters": {
"url": "https://www.barttho.be/data/DevOps.png",
"options": {
"response": {
"response": {
"responseFormat": "file"
}
}
}
},
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
-112,
-48
],
"id": "10b7fd5b-43ba-4ca9-89fc-ba130d2937b0",
"name": "HTTP Request"
}
],
"connections": {
"When clicking \u2018Execute workflow\u2019": {
"main": [
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
}
]
]
},
"Convert to File": {
"main": [
[
{
"node": "Read/Write Files from Disk1",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request": {
"main": [
[
{
"node": "Tesseract",
"type": "main",
"index": 0
}
]
]
},
"Tesseract": {
"main": [
[
{
"node": "Convert to File",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "f15380a6-81e0-460e-b281-04109989b9c5",
"id": "WyqCEwsXFV9Zt9LQ",
"tags": [
{
"createdAt": "2025-11-16T21:55:53.755Z",
"updatedAt": "2025-11-16T21:55:53.755Z",
"id": "LJ2J1sXAwO63WPOY",
"name": "OCR"
}
]
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Demo01. Uses n8n-nodes-tesseractjs, readWriteFile, httpRequest. Event-driven trigger; 6 nodes.
Source: https://github.com/BartTho/Thomas-More-DevOps/blob/7593df130ce9224baebf0a64e2c5f74c797b2b68/n8n/OCR.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
This workflow allows you to import any workflow from a file or another n8n instance and map the credentials easily. A multi-form setup guides you through the entire process At the beginning you have t
Credentials Transfer. Uses form, httpRequest, executeCommand, readWriteFile. Event-driven trigger; 22 nodes.
[](https://youtu.be/xKqkjXIPZoM)
This template creates a comprehensive data search and reporting system that allows users to query large datasets through an intuitive web form interface. The system performs real-time searches against
Stringify. Uses formTrigger, executeCommand, httpRequest, readWriteFile. Event-driven trigger; 7 nodes.