Databricks SDK for JavaScript
    Preparing search index...

    ai_parse_document

    interface AiParseDocumentOptions {
        descriptionElementTypes?: string;
        imageOutputPath?: string;
        pageRange?: string;
        version?: string;
    }
    Index

    Properties

    descriptionElementTypes?: string

    Element types for which an AI-generated description is produced. Use "" (default) to generate descriptions for all supported element types, "figure" to generate them for figures only, or "" (empty string) to generate none. Only figure descriptions are supported for version "2.0", so "" and "figure" produce the same behavior.

    imageOutputPath?: string

    Unity Catalog volume path where rendered page and element images are written.

    pageRange?: string

    Pages to parse (1-indexed), as a comma-separated list of page numbers or ranges (e.g. "1,3,5-10").

    version?: string

    The ai_parse_document output schema version. Supported value: "2.0".