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