Databricks SDK for JavaScript
    Preparing search index...

    A bounding box on a source page; used by bbox-input citations.

    interface AiExtractBbox {
        coord?: bigint[];
        pageId?: bigint;
    }
    Index

    Properties

    Properties

    coord?: bigint[]

    Pixel coordinates on the page image as [x0, y0, x1, y1].

    pageId?: bigint

    0-based page index the box is on.