Information about where the following items are located on a document page: detected page, text, key-value pairs, tables, table cells, and selection elements.

interface Geometry {
    BoundingBox?: BoundingBox;
    Polygon?: Point[];
}

Properties

BoundingBox?: BoundingBox

An axis-aligned coarse representation of the location of the recognized item on the document page.

Polygon?: Point[]

Within the bounding box, a fine-grained polygon around the recognized item.