what do the measurements of the document intelligence analyzedResult refer to?

Jumilla, Alejandro N 20 Reputation points
2023-12-21T19:39:54.33+00:00

In the azure AnalizeResult object of a PDF there is an X and Y coordinated of a bounding polygon but I'm not sure what do the coordinates refer to I know they are in inches but what is (0,0) is it bottom left of top left ?
and could anyone refer me to the documentation of those measurements

User's image

thanks a lot in advance.

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

Accepted answer
  1. navba-MSFT 27,550 Reputation points Microsoft Employee Moderator
    2023-12-22T05:26:18.2533333+00:00

    @Jumilla, Alejandro N Welcome to Microsoft Q&A Forum, Thank you for posting your query here!
    .

    In the Azure.AI.FormRecognizer.DocumentAnalysis.AnalyzeResult object, the bounding box coordinates refer to the positions of the corners of the bounding box around a recognized element in the document. The coordinates are given in the order: top-left, top-right, bottom-right, bottom-left.
    .

    The origin (0,0) of the coordinate system is at the bottom-left of the page. This means that as you move rightwards or upwards on the page, the X and Y coordinates increase respectively.
    .

    For more detailed information, you can refer to the official documentation of the AnalyzeResult class and the DocumentAnalysisClient.AnalyzeDocument method in the Azure.AI.FormRecognizer namespace. You may also find this StackOverflow thread helpful, where a similar question about the bounding box coordinates in Azure Form Recognizer is discussed.

    **

    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.