BasicOcrFactoryOcrTextRegion Method (Rectangle) |
Namespace:
Atalasoft.Ocr
Assembly:
Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic virtual OcrTextRegion OcrTextRegion(
Rectangle bounds
)
Public Overridable Function OcrTextRegion (
bounds As Rectangle
) As OcrTextRegion
Parameters
- bounds
- Type: System.DrawingRectangle
The bounding rectangle of the object on the page in pixels.
Return Value
Type:
OcrTextRegion A new
OcrTextRegion object.
Implements
IOcrFactoryOcrTextRegion(Rectangle)
See Also