Need better scanning performance?
StringLengthRange
Sets the range of string length for each recognized line.
JSON Structure
Location in template:
TextLineSpecificationOptions[i]
└── StringLengthRange
Parent object: TextLineSpecification object
Example:
{
"StringLengthRange": [3, 50]
}
- This snippet shows only the
StringLengthRangeparameter.- To use it, embed this parameter within a TextLineSpecification object.
- For the complete JSON structure, see:
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 [0, 0x7fffffff]. |
| Default Value [3,50] |
| Remarks An int array defines MinValue and MaxValue as the range of string length for each recognized line. Default values will be used if there is no manual setting. |