Notice: This documentation is archived. For the latest product features and documentation, please visit Dynamsoft Capture Vision Documentation.
ExpectedGroupsCount
The parameter ExpectGroupsCount
indicates the expected number of TextLineGroups
to be found. Each TextLineGroup
is a collection formed by spatially continuous text lines.
Example
{
"ExpectedGroupsCount": 1,
}
Parameter Summary
Parameter Details |
---|
Type int |
Default Value 1 |
Remarks 1 indicates that only one TextLineGroup is expected.0 means no limit is set. |