interface LineDetailed {
    boundingBox?: BoundingBox;
    page?: number;
    polygon?: Polygon;
    text?: string;
}

Properties

boundingBox?: BoundingBox
page?: number
polygon?: Polygon
text?: string