Hello everyone,
I’m facing a challenge in retrieving confidence levels for individual data fields extracted using document understanding.
The activity used is ‘Extract Document Data’. The output is saved with variable type “IDcoumentData”.
Also, it’s important for unattended automation, where further I will use confidence level to decide to move current transaction to action center or not.
The videos mentioned above use various activities. In my case, I used “ExtractDocumentData” activity from the UiPath.DocumentUnderstanding.Activities package. However, the videos feature different activities from the UiPath.DocumentUnderstanding.ML.Activities package.
It’s noteworthy that the output of ExtractDocumentData(which I have used) is of type IDocumentData.
@Mona_Kumari Did you ever get an answer to this question that works? I’m stuck in the same place. Using Extract Document Data activity. Looking to check confidence levels on multiple fields. Compared to levels set in config file to what was extracted. If not we want the document to sent to Actions. Every example I see is either using ML Skill or all documents are sent to the Action Center, which we do not want to do.