Click or drag to resize

OcrEngineMakeDeskewCommand Method

Returns a new ImageCommand that will deskew an 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
protected virtual AutoDeskewCommand MakeDeskewCommand()

Return Value

Type: AutoDeskewCommand
A new object of type ImageCommand
Remarks
The default implementation returns an AutoDeskewCommand.
See Also