How to get confidence score for a table using Modern Document Understanding (Extract Document Data)

@s.dineshbabu

you can get individual confidence scores

documentData.Data.Items.Select(function(x) x.UnitPrice.Confidence)

the above is example for unit price field in invoice model

cheers

1 Like