We are looking to build on the Forms Recognizer platform and was wondering if someone could explain the boundingBox values. For example, could these values be used to programmatically draw a box around the extracted value to show the user where the value was pulled from? Looks like the first value lines up to the x coordinate but the other values are a mystery. TIA
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@ehalsey Thank you for your query. We will investigate and update this thread further.
@ehalsey The 8 numbers represent 4 pairs of (x,y) coordinates of the bounding box corners in the following order: top-left, top-right, bottom-right, bottom-left. The origin of the coordinates system is the bottom left of the page.
@ehalsey We will now proceed to close this thread. If there are further questions regarding this matter, please tag me in your reply. We will gladly continue the discussion and we will reopen the issue.
Can we view these bounding boxes visually with a pre-existing tool?
Most helpful comment
@ehalsey The 8 numbers represent 4 pairs of (x,y) coordinates of the bounding box corners in the following order: top-left, top-right, bottom-right, bottom-left. The origin of the coordinates system is the bottom left of the page.