Notice: This documentation is archived. For the latest product features and documentation, please visit Dynamsoft Capture Vision Documentation.
ConfusableCharactersPath
The parameter ConfusableCharactersPath
sets the path to the .data file of the confusable characters.
Example
{
"ConfusableCharactersPath" : "D:\\YourApp\\ConfusableChars.data"
}
Parameter Summary
ConfusableCharactersPath Parameter Summary |
---|
Type String |
Range The absolute file path or the path relative to the Dynamsoft Label Recognizer library. |
Default Value ”” |
Remarks ”” indicates that the confusable characters telling is not enabled. It works together with the ConfusableCharactersCorrection parameter to perform confusable characters correction during the recognition process. |