Click or drag to resize

BasicOcrFactoryOcrTableRegion Method (Rectangle)

Constructs a new OcrTableRegion 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 OcrTableRegion OcrTableRegion(
	Rectangle bounds
)

Parameters

bounds
Type: System.DrawingRectangle
The bounding rectangle of the object on the page in pixels.

Return Value

Type: OcrTableRegion
A new OcrTableRegion object.

Implements

IOcrFactoryOcrTableRegion(Rectangle)
See Also