Notice: This documentation is archived. For the latest product features and documentation, please visit Dynamsoft Capture Vision Documentation.
ClusterSamplesCountThreshold
The parameter ClusterSamplesCountThreshold
defines the threshold for successful character clustering. It is defines the minimum number of samples in a single cluster. If every character in a group of confusable characters has been successfully clustered, the group will stop clustering. For example, [0,O,o] is a typical group of confusing characters.
Example
{
"ClusterSamplesCountThreshold": 5
}
Parameter Summary
ClusterSamplesCountThreshold Parameter Summary |
---|
Type int |
Range [0, 0x7FFFFFFF]. |
Default Value 0 |
Remarks 0 indicates that the confusable characters clustering is not enabled. |