Values.GeometrySourceInformation about where the following items are located on a document page: detected page, text, key-value pairs, tables, table cells, and selection elements.
type nonrec t = {boundingBox : BoundingBox.t option;An axis-aligned coarse representation of the location of the recognized item on the document page.
*)polygon : Polygon.t option;Within the bounding box, a fine-grained polygon around the recognized item.
*)rotationAngle : Angle.t option;Provides a numerical value corresponding to the rotation of the text.
*)}