What Is a “Grounding”?
When parses a document, it breaks the content into chunks, which are discrete elements extracted from a document, like blocks of text or tables. Each chunk includes a grounding, which represents the location of the chunk in the document. The grounding includes:- the page number that the chunk is on
- the relative coordinates of the bounding box of the chunk
text
chunk. The grounding
object indicates that the text is on the first page, and the box
object indicates the bounding box coordinates.