Click or drag to resize

BasicOcrFactoryOcrFormElementRegion Method (PolygonF)

Constructs a new OcrFormElementRegion.

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 OcrFormElementRegion OcrFormElementRegion(
	PolygonF bounds
)

Parameters

bounds
Type: Atalasoft.Utils.GeometryPolygonF
The bounding PolygonF of the page element relative to the parent image.

Return Value

Type: OcrFormElementRegion
A new OcrFormElementRegion.

Implements

IOcrFactoryOcrFormElementRegion(PolygonF)
Remarks
This class is in the prototype stage and likely to change.
See Also