LF LogoLFX Logo

DocuAgent

Drag and drop your file here, or click to browse

Supports PDF, PNG, JPG, JPEG, BMP, TIFF, XLS, and XLSX.

2+ files → auto-merged into one PDF, then extracted. 1 file → extracted as-is.

For automation

1 file: create execution, upload to blob, poll GET /{id}. Supports PDF, images, XLS, XLSX.

POSTStep 1
/execution/sdu-extraction-executions

Create execution, get SAS URI

{
  "field_config_id": "{field_config_id}",
  "order_id": "{order_id}",
  "nation": "{nation}",
  "possible_doc_type": [
    "{doc_type}"
  ],
  "enable_image_preprocessing": true,
  "validate_doc_type": false,
  "flash_mode": false
}
POSTStep 2
/execution/workflows/blob-upload

Upload file to blob (multipart). Supports PDF, images, XLS, XLSX.

{
  "sasUri": "{from_step_1_response.fileSasUri}",
  "file": "File"
}
GETStep 3
/execution/sdu-extraction-executions/{id}

Poll until output is ready