Table of contents

Need better scanning performance?

Get a FREE customized reading template.

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

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.

This page is compatible for: