Bounding box
[10, 10, 30, 210]
A bounding box holds the coordinates in pixels that define the rectangular bounds of a snippet on a document. The bounding box is specified as a list of four integers in the order left
, top
, right
& bottom
.
Updated 3 months ago