Table of contents

Need better scanning performance?

Get a FREE customized reading template.

ConcatStringLengthRange

Sets the range of string length for the concated recognized text lines.

JSON Structure

Location in template:

TextLineSpecificationOptions[i]
    └── ConcatStringLengthRange

Parent object: TextLineSpecification object

Example:

{
    "ConcatStringLengthRange": [3, 200]
}

Parameter Details

Parameter Details
Type
int[]
Range
The array contains only two elements, corresponding to the lower and upper bounds of the Range, respectively. The value range is [3, 0x7fffffff].
Default Value
[3,200]
Remarks
An int array defines MinValue and MaxValue as the range of string length for the concated recognized text lines.

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: