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": "ExtractDoc Demo",
"nodes": [
{
"parameters": {},
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
0,
0
],
"id": "8db408e8-8884-45bd-aac4-ad53a38a309b",
"name": "When clicking \u2018Execute workflow\u2019"
},
{
"parameters": {
"fileSelector": "/path/to/your/document.pdf",
"options": {
"dataPropertyName": "data"
}
},
"type": "n8n-nodes-base.readWriteFile",
"typeVersion": 1.1,
"position": [
224,
0
],
"id": "2190b68e-b31c-43fc-8c10-f18b6d0a6fd8",
"name": "Read/Write Files from Disk"
},
{
"parameters": {
"resource": "extractDoc",
"engine": "ki/extract",
"output_format": "jsonl",
"pollingSettings": {
"pollingMaxAttempts": 180,
"serverWaitSeconds": 10
}
},
"type": "n8n-nodes-ldxhub.ldxHub",
"typeVersion": 1,
"position": [
448,
0
],
"id": "7543d2a9-4417-422c-8a28-7838848025f9",
"name": "Run a extractdoc job",
"credentials": {
"ldxHubApi": {
"name": "<your credential>"
}
}
}
],
"connections": {
"When clicking \u2018Execute workflow\u2019": {
"main": [
[
{
"node": "Read/Write Files from Disk",
"type": "main",
"index": 0
}
]
]
},
"Read/Write Files from Disk": {
"main": [
[
{
"node": "Run a extractdoc job",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1",
"binaryMode": "separate",
"availableInMCP": false
},
"meta": {
"templateCredsSetupCompleted": true
},
"tags": []
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
ldxHubApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
ExtractDoc Demo. Uses readWriteFile, n8n-nodes-ldxhub. Event-driven trigger; 3 nodes.
Source: https://github.com/ldxhub-io/n8n-nodes-ldxhub/blob/main/examples/extractdoc-demo.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.
CastDoc Demo. Uses readWriteFile, n8n-nodes-ldxhub. Event-driven trigger; 3 nodes.
RefineLoop Demo. Uses readWriteFile, n8n-nodes-ldxhub. Event-driven trigger; 3 nodes.
RenderOCR Demo. Uses readWriteFile, n8n-nodes-ldxhub. Event-driven trigger; 3 nodes.
StructFlow(binary) Demo. Uses readWriteFile, n8n-nodes-ldxhub. Event-driven trigger; 3 nodes.
StructFlow(inline) Demo. Uses n8n-nodes-ldxhub. Event-driven trigger; 2 nodes.