Table of contents

Need better scanning performance?

Get a FREE customized reading template.

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

Parameter Details

Parameter Details
Type
String
Default Value
“\n”. It represents the connection separator that joins text.

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: