Click or drag to resize

OcrPreprocessingOptions Constructor (Int32, Int32)

Creates a new instance of OcrPreprocessingOptions passing in the 32-bit native mask of processing options and deskew limit angle

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntax
public OcrPreprocessingOptions(
	int options,
	int deskewLimitAngle
)

Parameters

options
Type: SystemInt32
Native pre-processing mask.
deskewLimitAngle
Type: SystemInt32
The maximum skew angle in degrees. The default value is 20 degrees.
See Also