extract object and valuestring

Shambhu Rai 1,411 Reputation points
2022-05-04T15:30:19.077+00:00

Hi Expert,
I am getting following json file from Azure form export. How can i extract object and valuestring row wise

"analyzeResult": {

    "documentResults": [

      {

        "docType": "custom:sampelform0205",

        "docTypeConfidence": 0.85,

        "fields": {

          "Report": {

            "type": "array",

            "valueArray": [

              {

                "type": "object",

                "valueObject": {

                  "machinary": {

                    "boundingBox": [

                      6.515,

                      1.62,

                      6.71,

                      1.62,

                      6.71,

                      1.675,

                      6.515,

                      1.675

                    ],

                    "elements": [

                      "#/readResults/0/lines/26/words/0"

                    ],

                    "page": 1,

                    "text": "34.70",

                    "type": "string",

                    "valueString": "34.70"

                  },

any sample phycode ..which i can use it

Azure AI Document Intelligence
{count} votes

1 answer

Sort by: Most helpful
  1. Shambhu Rai 1,411 Reputation points
    2022-05-06T05:45:40.723+00:00

    wrongly added

    0 comments No comments

Your answer

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