Skip to content
SialFlow

Documentation

Build on SialFlow

Documents guide

Start with Library inventory for PDFs and Office files. Format conversion and page-async workers exist where your tenant has them enabled. OCR, extraction, classification, redaction, PDF/A, accessibility, and human review expand from that base — check capability before assuming every op is live.

Document pipeline (capability-gated)

POST /v1/documents/jobs
{
  "source_object_id": "obj_...",
  "operations": [
    { "op": "ocr", "searchable_pdf": true },
    { "op": "extract", "targets": ["text", "tables"] }
  ]
}
# redact_pii / normalize_for_llm / PDF-A are roadmap or tenant-gated —
# ask what is live before wiring production.