I’m working with Modern Document Understanding in UiPath and using the Extract Document Data activity. The output variable type is:
UiPath.IntelligentOCR.StudioWeb.Activities.DataExtraction.IDocumentData<UiPath.IntelligentOCR.StudioWeb.Activities.DataExtraction.DictionaryData>
My goal is to retrieve the confidence score for a table extracted from the document. I can access the table data, but I’m unable to find the correct way to get the confidence score for the table or its cells.