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