Need better scanning performance?
StringRegExPattern
Parameter StringRegExPattern specifies the regular expression pattern for concatenated strings of recognized text lines.
JSON Structure
Location in template:
LabelRecognizerTaskSettingOptions[i]
└── SectionArray[j] (Section object)
└── StageArray[k] (Stage object where Stage = "SST_ASSEMBLE_TEXT_LINES")
└── StringRegExPattern
Parent object: AssembleTextLinesStage
Example:
{
"StringRegExPattern": ""
}
- This snippet shows only the
StringRegExPatternparameter.- To use it, embed this parameter within a AssembleTextLinesStage object.
- For the complete JSON structure, see:
Parameter Details
| StringRegExPattern Parameter Details |
|---|
| Type String |
| Range All standard regular expressions. |
| Default Value ”” |
| Remarks This is a filtering parameter. After all recognized text lines are concatenated, they will be matched against this regular expression. Results that do not match will not be output. |