Name | Description | |
---|---|---|
BeforePageOcr | This event is raised just before the specified page is going to be processed using the GdPicturePDF.OcrPage or the GdPicturePDF.OcrPages methods.
Please check the corresponded GdPicturePDF.BeforePageOcrEventHandler for given parameters. | |
ExternalOcrPageRequest | ||
OcrPagesDone | This event is raised after the whole OCR process, invoked by the GdPicturePDF.OcrPage or the GdPicturePDF.OcrPages methods, has been terminated.
Please check the corresponded GdPicturePDF.OcrPagesDoneEventHandler for given parameters. | |
OcrPagesProgress | This event is raised immediately after the specified page has been processed using the GdPicturePDF.OcrPage or the GdPicturePDF.OcrPages methods.
Please check the corresponded GdPicturePDF.OcrPagesProgressEventHandler for given parameters. | |
PageBitmapOcrReady | This event is raised when a specified image is ready to be sent to the OCR engine during the process invoked by the GdPicturePDF.OcrPage or the GdPicturePDF.OcrPages methods. It is fired after the GdPicturePDF.BeforePageOcr event. This event is particularly useful to apply your specific custom pre-processing to the image before recognizing it.
Please check the corresponded GdPicturePDF.PageBitmapOcrReadyEventHandler for given parameters. |