Databricks SDK for JavaScript
    Preparing search index...
    interface AiParseDocumentRequest {
        content?: string;
        options?: AiParseDocumentOptions;
    }
    Index

    Properties

    Properties

    content?: string

    The document to parse, given as a Unity Catalog volume path to the source file (the REST API accepts only a UC volume path, not inline binary data). Supported formats: PDF, DOCX, DOC, PPTX, PPT, JPG, JPEG, PNG, TIFF. Accepts up to 100 pages and 100 MB per document.

    Function options. Omitted fields fall back to their documented defaults.