Extend
Extend is a document processing platform that uses AI to parse and extract structured content from documents, turning unstructured files into usable data.
In Zoen, the Extend integration allows your agents to submit a document for parsing and receive back the processed content as structured chunks and block-level elements, along with the page count and credits consumed by the run. This enables workflows to pull structured data out of documents—such as PDFs or other file references—for downstream steps to consume, without manually building document-parsing logic.
Usage Instructions
Integrate Extend AI into the workflow. Parse and extract structured content from documents or file references.
Actions
extend_parser
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
file | file | Yes | Document to be processed |
Output
| Parameter | Type | Description |
|---|---|---|
id | string | Unique identifier for the parser run |
status | string | Processing status |
chunks | json | Parsed document content chunks |
blocks | json | Block-level document elements with type and content |
pageCount | number | Number of pages processed |
creditsUsed | number | API credits consumed |