Click or drag to resize

BasicOcrFactory.OcrImageRegion Method (AtalaImage, Boolean)

Constructs a new OcrImageRegion using the supplied Image.

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
)

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: OcrImageRegion

Implements

IOcrFactory.OcrImageRegion(AtalaImage, Boolean)
See Also