Some checks failed
Security: Sync from Public / sync-from-public (push) Has been cancelled
Test: Benchmark Nightly / build (push) Has been cancelled
Test: Benchmark Nightly / Notify Cats on failure (push) Has been cancelled
CI: Python / Checks (push) Has been cancelled
Test: Evals Python / Workflow Comparison Python (push) Has been cancelled
Util: Check Docs URLs / check-docs-urls (push) Has been cancelled
Test: Visual Storybook / Cloudflare Pages (push) Has been cancelled
Test: E2E Performance / build-and-test-performance (push) Has been cancelled
Test: Workflows Nightly / Run Workflow Tests (push) Has been cancelled
Util: Cleanup CI Docker Images / Delete stale CI images (push) Has been cancelled
Test: Benchmark Destroy Env / build (push) Has been cancelled
Util: Update Node Popularity / update-popularity (push) Has been cancelled
Test: E2E Coverage Weekly / Coverage Tests (push) Has been cancelled
72 lines
1.3 KiB
JSON
72 lines
1.3 KiB
JSON
{
|
|
"createdAt": "2021-03-04T13:14:37.236Z",
|
|
"updatedAt": "2021-06-15T14:39:01.449Z",
|
|
"id": "104",
|
|
"name": "ReadPDF",
|
|
"active": false,
|
|
"nodes": [
|
|
{
|
|
"parameters": {},
|
|
"name": "Start",
|
|
"type": "n8n-nodes-base.manualTrigger",
|
|
"typeVersion": 1,
|
|
"position": [250, 300],
|
|
"id": "084e6fae-bd3c-4887-98a4-5ef671a9202c"
|
|
},
|
|
{
|
|
"parameters": {},
|
|
"name": "Read PDF",
|
|
"type": "n8n-nodes-base.readPDF",
|
|
"typeVersion": 1,
|
|
"position": [650, 300],
|
|
"notesInFlow": true,
|
|
"notes": "Parse PDF",
|
|
"id": "c9c1692b-3979-4334-94f3-a6ba1aeb1705"
|
|
},
|
|
{
|
|
"parameters": {
|
|
"filePath": "/tmp/04-valid.pdf"
|
|
},
|
|
"name": "Read Binary File",
|
|
"type": "n8n-nodes-base.readBinaryFile",
|
|
"typeVersion": 1,
|
|
"position": [450, 300],
|
|
"alwaysOutputData": false,
|
|
"notesInFlow": true,
|
|
"notes": "Read static pdf file from node_modules",
|
|
"id": "f725a50d-5941-4370-9925-474306645ed5"
|
|
}
|
|
],
|
|
"connections": {
|
|
"Read Binary File": {
|
|
"main": [
|
|
[
|
|
{
|
|
"node": "Read PDF",
|
|
"type": "main",
|
|
"index": 0
|
|
}
|
|
]
|
|
]
|
|
},
|
|
"Start": {
|
|
"main": [
|
|
[
|
|
{
|
|
"node": "Read Binary File",
|
|
"type": "main",
|
|
"index": 0
|
|
}
|
|
]
|
|
]
|
|
}
|
|
},
|
|
"settings": {},
|
|
"staticData": null,
|
|
"meta": null,
|
|
"pinData": null,
|
|
"versionId": null,
|
|
"triggerCount": 0,
|
|
"tags": []
|
|
}
|