{
  "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": []
}