Click or drag to resize

BasicOcrFactoryOcrImageRegion 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.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public virtual OcrImageRegion OcrImageRegion(
	AtalaImage image,
	bool makeCopy
)

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

Implements

IOcrFactoryOcrImageRegion(AtalaImage, Boolean)
See Also