Make text matches of the ocr text data
OcrTextMatches
01 Syntax
Microsoft.VisualBasic.Math.MachineVision.OcrTextMatches
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| MatchGroup | 1 | Get text matches score of the ocr text data |
03 Members
Get text matches score of the ocr text data
Remarks
The score is calculated by Levenshtein distance, which is a measure of the similarity between two strings. The distance is the number of single-character edits (insertions, deletions, or substitutions) required to change one string into the other.
Parameters
| Name | Type | Description |
|---|---|---|
group | Trajectory | - |
target | String | - |
confusion | ConfusionChars | - |
Returns
the text similarity matches score, higher is better. The score is calculated by Levenshtein distance, which is a measure of the similarity between two strings.