According to the UiPath documentation, the available options for Scoring in Document Manager, that apply only to string content type, are exact match and Levenshtein. Exact match is a scoring strategy that considers a prediction to be correct only if it exactly matches the true value. Levenshtein is a scoring strategy that measures the similarity between two strings by counting the minimum number of edits (insertions, deletions, or substitutions) required to transform one string into another. The lower the Levenshtein distance, the higher the score. These options can be configured in the Advanced tab of the Edit Field window for string fields.
References:
Document Understanding - Create and Configure Fields
Document Understanding - Training High Performing Models
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit