Click or drag to resize

OcrImagePreprocessingEventArgs Constructor

Creates a new instance of OcrImagePreprocessingEventArgs.

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 OcrImagePreprocessingEventArgs(
	AtalaImage image,
	OcrPreprocessingOptions options
)

Parameters

image
Type: Atalasoft.ImagingAtalaImage
The image to pass into the event.
options
Type: Atalasoft.OcrOcrPreprocessingOptions
pre-processing options
See Also