BasicOcrFactoryOcrTextRegion Method (Rectangle, OcrTextRotation) |
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(
Rectangle bounds,
OcrTextRotation rotation
)
Public Overridable Function OcrTextRegion (
bounds As Rectangle,
rotation As OcrTextRotation
) As OcrTextRegion
Parameters
- bounds
- Type: System.DrawingRectangle
The bounding rectangle of the object on the page in pixels. - rotation
- Type: Atalasoft.OcrOcrTextRotation
The rotation of this text region.
Return Value
Type:
OcrTextRegionImplements
IOcrFactoryOcrTextRegion(Rectangle, OcrTextRotation)See Also