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

ParameterTypeRequiredDescription
filefileYesDocument to be processed

Output

ParameterTypeDescription
idstringUnique identifier for the parser run
statusstringProcessing status
chunksjsonParsed document content chunks
blocksjsonBlock-level document elements with type and content
pageCountnumberNumber of pages processed
creditsUsednumberAPI credits consumed

On this page