What is the difference between the boundingBoxes in the sample Form Recognizer labeling tool and the boundingBox values in the analysis results?

test29998411 281 Reputation points
2022-03-17T14:31:52.79+00:00

The values of the boundingBoxes in the sample labeling tool and the analytic results seem to have different values for the boundingBoxes.

What are the units for each value?

Also, the form recoginzer
Without using the labeling tool, you can use some tool to
Is it possible to measure the boundingBoxes?

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,392 questions
0 comments No comments
{count} votes

Accepted answer
  1. YutongTie-MSFT 46,986 Reputation points
    2022-03-17T23:54:04.79+00:00

    Hello @test29998411

    Thank you for reaching out to us. I think you have questions about the value of boundingBoxes, below I will give an example to explain:

    Example:

       'boundingBox': [  
                    57.1,  
                    683.3,  
                    100.2,  
                    683.3,  
                    100.2,  
                    673.3,  
                    57.1,  
                    673.3  
                  ]  
    

    Those values represent the vertices of the bounding box as below:

      (57.1,683.3) X1,Y1---->x2,y2(100.2,683.3)  
                      |                |  
                      |                |  
      (57.1,673.3) X4,Y4<----x3,y3(100.2,673.3)  
    

    All the boundingBoxes for the same part of form should be the same, it shows the vertices of the target content.

    If you want to measure the boundingBoxes, you can use above vertices to do the calculation.

    Hope this helps!

    Regards,
    Yutong

    -Please kindly accept the answer if you feel helpful, thanks!


0 additional answers

Sort by: Most helpful