Need better scanning performance?
ConcatResults
Parameter ConcatResults defines whether to concatenate multiple lines of text. For example, if two lines of text are recognized in a label, the results will be concatenated into one line using ConcatSeparator as the separator.
JSON Structure
Location in template:
TextLineSpecificationOptions[i]
└── ConcatResults
Parent object: TextLineSpecification object
Example:
{
"ConcatResults": 0
}
- This snippet shows only the
ConcatResultsparameter.- To use it, embed this parameter within a TextLineSpecification object.
- For the complete JSON structure, see:
Parameter Details
| Parameter Details |
|---|
| Type int |
| Range 0,1 |
| Default Value 0. It does not concat the text line result for the TextLineSpecification object. |