Need better scanning performance?
ConcatSeparator
Parameter ConcatSeparator defines the concat separator used to join 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]
└── ConcatSeparator
Parent object: TextLineSpecification object
Example:
{
"ConcatSeparator": "\n"
}
- This snippet shows only the
ConcatSeparatorparameter.- To use it, embed this parameter within a TextLineSpecification object.
- For the complete JSON structure, see:
Parameter Details
| Parameter Details |
|---|
| Type String |
| Default Value “\n”. It represents the connection separator that joins text. |