Hi,
How to extract Confidence for each individual Line?
Background:
I’m working with Document Understanding to extract data from Invoices.
I want to extract Confidence value of each field. I’m able to extract confidence of Simple Fields like Invoice number, Address, etc. But I also want to extract confidence for each Line Item. For example if I’m extracting Item, Quantity, Unit Price, Net Amount of each Line Item then I also want to extract confidence for Item, Quantity, Unit Price and Net Amount for each Line Item.
Reference:
With the help of this link How to create variable with ExtractionResults to check confidence and pass automatically? I’m able to extract confidence for simple fields but can’t extract Confidence for each individual Line Item.
Attached is the screenshot of my code.
Any help will be much appreciated.
Thanks.