Link Search Menu Expand Document

OCRObjectListSortWithTolerance Method

Sorts the collection by Y, then by X coordinate with tolerance.

Namespace:ByteScout.TextRecognition
Assembly: ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 2.6.0.314-master
Syntax
public void SortWithTolerance(
	float xTolerance,
	float yTolerance
)

Parameters

xTolerance
Type: SystemSingle
Tolerance for X coordinates.
yTolerance
Type: SystemSingle
Tolerance for Y coordinates.
See Also

Reference