The bounding box of the receiver in absolute image coordinate system

interface OCRBoundingBox {
    height: number;
    width: number;
    x: number;
    y: number;
}

Properties

Properties

height: number

height

width: number

width

x: number

x

y: number

y