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
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