File size: 1,604 Bytes
aec3094 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | {
"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.start",
"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": []
} |