Table of contents

Need better scanning performance?

Get a FREE customized reading template.

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

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.

This page is compatible for: