Need better scanning performance?
DictionaryPath
Parameter DictionaryPath sets the path of the dictionary file.
JSON Structure
Location in template:
LabelRecognizerTaskSettingOptions[i]
└── SectionArray[j] (Section object)
└── StageArray[k] (Stage object where Stage = "SST_RECOGNIZE_RAW_TEXT_LINES")
└── DictionaryPath
Parent object: RecognizeRawTextLinesStage
Example:
{
"DictionaryPath": "D:\\DictModel\\nutrition.txt"
}
- This snippet shows only the
DictionaryPathparameter.- To use it, embed this parameter within a RecognizeRawTextLinesStage object.
- For the complete JSON structure, see:
Parameter Details
| DictionaryPath Parameter Details |
|---|
| Type String |
| Range The absolute file path. |
| Default Value ”” |
| Remarks ” “ indicates that the dictionary is not enabled. It works together with the DictionaryCorrectionThresholds parameter to perform error correction during the recognition process. |