Click or drag to resize

BasicOcrFactoryOcrPage Method (AtalaImage)

Constructs a new OcrPage object using the width, height, and resolution from the supplied AtalaImage.

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 OcrPage OcrPage(
	AtalaImage image
)

Parameters

image
Type: Atalasoft.ImagingAtalaImage
An AtalaImage that represents this page.

Return Value

Type: OcrPage
A new OcrPage object.

Return Value

Type: OcrPage
A new OcrPage object.

Implements

IOcrFactoryOcrPage(AtalaImage)
See Also