{
  "openruna_format": "flow-graph-v1",
  "title": "pdf to text",
  "slug": "pdf-to-text",
  "source_filename": "1545_Manual_Code_Automation_Triggered.json",
  "nodes": [
    {
      "id": "Convert PDF into Text",
      "name": "Convert PDF into Text",
      "integration": "@custom-js/n8n-nodes-pdf-toolkit.PdfToText",
      "kind": "action"
    },
    {
      "id": "HTML to PDF",
      "name": "HTML to PDF",
      "integration": "@custom-js/n8n-nodes-pdf-toolkit.html2Pdf",
      "kind": "action"
    },
    {
      "id": "Convert PDF into Text1",
      "name": "Convert PDF into Text1",
      "integration": "@custom-js/n8n-nodes-pdf-toolkit.PdfToText",
      "kind": "action"
    },
    {
      "id": "Code",
      "name": "Code",
      "integration": "code",
      "kind": "logic"
    },
    {
      "id": "When clicking ‘Test workflow’",
      "name": "When clicking ‘Test workflow’",
      "integration": "manual",
      "kind": "trigger"
    }
  ],
  "edges": [
    {
      "from": "Code",
      "to": "Convert PDF into Text1"
    },
    {
      "from": "HTML to PDF",
      "to": "Convert PDF into Text"
    },
    {
      "from": "When clicking ‘Test workflow’",
      "to": "HTML to PDF"
    },
    {
      "from": "When clicking ‘Test workflow’",
      "to": "Code"
    }
  ]
}