Need better scanning performance?
ConfusableCharactersPath
The parameter ConfusableCharactersPath sets the path to the .data file containing characters features for confusable characters telling.
JSON Structure
Location in template:
LabelRecognizerTaskSettingOptions[i]
└── SectionArray[j] (Section object)
└── StageArray[k] (Stage object where Stage = "SST_RECOGNIZE_RAW_TEXT_LINES")
└── ConfusableCharactersPath
Parent object: RecognizeRawTextLinesStage
Example:
{
"ConfusableCharactersPath": "D:\\YourApp\\ConfusableChars.data"
}
- This snippet shows only the
ConfusableCharactersPathparameter.- To use it, embed this parameter within a RecognizeRawTextLinesStage object.
- For the complete JSON structure, see:
Parameter Details
| ConfusableCharactersPath Parameter Details |
|---|
| 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. |