Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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