Class OcrStartingEventArgs
- Namespace
- LMKit.Extraction.Ocr
- Assembly
- LM-Kit.NET.dll
EventArgs for when OCR is about to start. Carries the OCR parameters and allows cancellation.
public class OcrStartingEventArgs : EventArgs
- Inheritance
-
OcrStartingEventArgs
- Inherited Members
Properties
- Cancel
If set to true by any event subscriber, OCR will be canceled.
- PageIndex
The zero-based index of the page being processed.
- Parameters
The parameters that will be passed into OCR (image buffer, attachment, etc.).