Click or drag to resize

OcrTextRegion Constructor (PolygonF)

Initializes a new instance of the OcrTextRegion class.

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax
public OcrTextRegion(
	PolygonF bounds
)

Parameters

bounds
Type: Atalasoft.Utils.Geometry.PolygonF
The bounding Rectangle of the page element relative to the source image.

Return Value

Type: 
A new OcrTextRegion object.
Remarks
Avoid calling the constructor directly. Instead use the OcrTextRegion method in the Factory property of an OcrEngine.
See Also