Need better scanning performance?
ExpectedGroupsCount
The parameter ExpectGroupsCount indicates the expected number of TextLineGroups to be found. Each TextLineGroup is a collection formed by spatially continuous text lines.
JSON Structure
Location in template:
TextLineSpecificationOptions[i]
└── ExpectedGroupsCount
Parent object: TextLineSpecification object
Example:
{
"ExpectedGroupsCount": 1,
}
- This snippet shows only the
ExpectedGroupsCountparameter.- To use it, embed this parameter within a TextLineSpecification object.
- For the complete JSON structure, see:
Parameter Details
| Parameter Details |
|---|
| Type int |
| Default Value 1 |
| Remarks 1 indicates that only one TextLineGroup is expected.0 means no limit is set. |