I'm using the Layout Parser in Document AI, but it doesn't seem to return bounding box details. Is there a way to retrieve these details from the API?
Currently, the response I receive looks like this:
{ "document": { "documentLayout": { "blocks": [ { "blockId": "1", "textBlock": { "text": "Firefox", "type": "header" }, "pageSpan": { "pageStart": 1, "pageEnd": 1 } } ] } } }