Click or drag to resize

BasicOcrFactory.OcrPage 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.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax
public virtual OcrPage OcrPage(
	AtalaImage image
)

Parameters

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

Return Value

Type: OcrPage
A new OcrPage object.

Return Value

Type: OcrPage
A new OcrPage object.

Implements

IOcrFactory.OcrPage(AtalaImage)
See Also