I would like to use the position information of recognized characters.
AI builder results seems to have this information.
Does anyone know how to use this information?
I don't understand the meaning, definition, and how these figures are calculated.
I checked this information, but I need more detailed information.
Use the text recognizer component in Power Apps - AI Builder | Microsoft Docs
Ex) Project: Does this mean coordinate(x,y) = (left,top)?
"left": 0.014853556485355648,
"top": 0.01882282641171198,
"width": 0.009205020920502092,
"height": 0.004182850313713772,
original scan image : PDF or png, jpeg, etc
"results": [
{
"@odata.type": "#Microsoft.Dynamics.CRM.expando",
"page": 1,
"lines@odata.type": "#Collection(Microsoft.Dynamics.CRM.crmbaseentity)",
"lines": [
{
"@odata.type": "#Microsoft.Dynamics.CRM.expando",
"text": "Project",
"boundingBox": {
"@odata.type": "#Microsoft.Dynamics.CRM.expando",
"left": 0.014853556485355648,
"top": 0.01882282641171198,
"width": 0.009205020920502092,
"height": 0.004182850313713772,
"polygon": {
"@odata.type": "#Microsoft.Dynamics.CRM.expando",
"coordinates@odata.type": "#Collection(Microsoft.Dynamics.CRM.crmbaseentity)",
"coordinates": [
{
"@odata.type": "#Microsoft.Dynamics.CRM.expando",
"x": 0.014853556485355648,
"y": 0.01882282641171198
},