BasicOcrFactory.OcrImageRegion Method (AtalaImage, Boolean) |
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 OcrImageRegion OcrImageRegion(
AtalaImage image,
bool makeCopy
)
Public Overridable Function OcrImageRegion (
image As AtalaImage,
makeCopy As Boolean
) As OcrImageRegion
Parameters
- image
- Type: Atalasoft.Imaging.AtalaImage
The image to use for this region. - makeCopy
- Type: System.Boolean
If makeCopy is true, this region will store a copy of the image, otherwise it will store the
image itself.
Return Value
Type:
OcrImageRegionImplements
IOcrFactory.OcrImageRegion(AtalaImage, Boolean)See Also