Table of contents

Need better scanning performance?

Get a FREE customized reading template.

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"
}

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.

This page is compatible for: