Click or drag to resize

BasicOcrFactoryOcrTextRegion Method (PolygonF)

Construct a new OcrTextRegion object.
Constructs a new OcrTextRegion object.

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

Parameters

bounds
Type: Atalasoft.Utils.GeometryPolygonF
The bounding rectangle of the object on the page.

Return Value

Type: OcrTextRegion
A new OcrTextRegion object.

Implements

IOcrFactoryOcrTextRegion(PolygonF)
See Also