Click or drag to resize

BasicOcrFactory.OcrTableRegion Method (PolygonF)

Construct a page element to represent a table.

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

Parameters

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

Return Value

Type: OcrTableRegion
A new object of type OcrTableRegion.

Implements

IOcrFactory.OcrTableRegion(PolygonF)
See Also