Need better scanning performance?
EnableRegexForceCorrection
Parameter EnableRegexForceCorrection specifies whether to enable forced correction based on the regular expression pattern.
JSON Structure
Location in template:
LabelRecognizerTaskSettingOptions[i]
└── SectionArray[j] (Section object)
└── StageArray[k] (Stage object where Stage = "SST_RECOGNIZE_RAW_TEXT_LINES")
└── EnableRegexForceCorrection
Parent object: RecognizeRawTextLinesStage
Example:
{
"EnableRegexForceCorrection": 1
}
- This snippet shows only the
EnableRegexForceCorrectionparameter.- To use it, embed this parameter within a RecognizeRawTextLinesStage object.
- For the complete JSON structure, see:
Parameter Details
| EnableRegexForceCorrection Parameter Details |
|---|
| Type int |
| Range 0, 1 |
| Default Value 1 |