Click or drag to resize

OcrEngineImageTransformation Event

This event is raised just after the image is deskewed and before ImageSendOff is raised.

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 event OcrImagePreprocessingEventHandler ImageTransformation

Field Value

Type: 
The delegate defines the event fired just after the image is deskewed and before ImageSendOff is raised.
Remarks
Any coordinate transformations such as deskew, crop, or rotate should be applied in this event handler. The resulting image is used in searchable PDF's and other "Hidden Text Behind Image" formats.
See Also