Skip to content

Commit a22def6

Browse files
committed
remove unlisted field
1 parent 687e8f2 commit a22def6

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

articles/cognitive-services/form-recognizer/quickstarts/python-labeled-data.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -484,8 +484,7 @@ When the process is completed, you'll receive a `202 (Success)` response with JS
484484
"confidence":1,
485485
"elements":[
486486
"#/analyzeResult/readResults/0/lines/15/words/0"
487-
],
488-
"fieldName":"total"
487+
]
489488
},
490489
"invoice #":{
491490
"type":"string",
@@ -505,8 +504,7 @@ When the process is completed, you'll receive a `202 (Success)` response with JS
505504
"confidence":1,
506505
"elements":[
507506
"#/analyzeResult/readResults/0/lines/12/words/0"
508-
],
509-
"fieldName":"invoice #"
507+
]
510508
},
511509
"vat":{
512510
"type":"string",
@@ -526,8 +524,7 @@ When the process is completed, you'll receive a `202 (Success)` response with JS
526524
"confidence":0.9839357733726502,
527525
"elements":[
528526
"#/analyzeResult/readResults/0/lines/16/words/0"
529-
],
530-
"fieldName":"vat"
527+
]
531528
},
532529
...
533530
}

0 commit comments

Comments
 (0)