Extend

Parse and extract content from documents

Usage Instructions

Integrate Extend AI into the workflow. Parse and extract structured content from documents or file references.

Tools

extend_parser

Input

ParameterTypeRequiredDescription
filePathstringNoURL to a document to be processed
filefileNoDocument file to be processed
fileUploadobjectNoFile upload data from file-upload component
outputFormatstringNoTarget output format (markdown or spatial). Defaults to markdown.
chunkingstringNoChunking strategy (page, document, or section). Defaults to page.
enginestringNoParsing engine (parse_performance or parse_light). Defaults to parse_performance.
apiKeystringYesExtend API key

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