Click or drag to resize

BasicOcrFactory.OcrTextRegion Method (Rectangle, OcrTextRotation)

Construct a new OcrTextRegion object.

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 virtual OcrTextRegion OcrTextRegion(
	Rectangle bounds,
	OcrTextRotation rotation
)

Parameters

bounds
Type: System.Drawing.Rectangle
The bounding rectangle of the object on the page in pixels.
rotation
Type: Atalasoft.Ocr.OcrTextRotation
The rotation of this text region.

Return Value

Type: OcrTextRegion

Implements

IOcrFactory.OcrTextRegion(Rectangle, OcrTextRotation)
See Also