OcrEngineImageIntroduction Event |
This event is raised before
ImageTransformation in order to allow the document to
be pre-processed prior to deskew.
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 ImageIntroduction
Public Event ImageIntroduction As OcrImagePreprocessingEventHandler
Field Value
Type:
The delegate defines the event fired before
ImageTransformation in order to allow the document to be pre-processed prior to deskew.
Remarks Custom OCR Pre-processing that cleans up the image, and improves visual characteristics should be
applied in this event. If the source image is color, the image should remain color to be included in searchable PDF
output or other "Image behind Text" formats.
See ImageSendOff for pre-processing a bi-tonal image prior to OCR.
See Also Reference
ImageTransformation Event
ImageSendOff Event