OCRObjectListSortWithTolerance Method ByteScout Text Recognition SDK
Sorts the collection by Y, then by X coordinate with tolerance.

Namespace:  ByteScout.TextRecognition
Assembly:  ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 2.6.1.323-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