Class OcrStartingEventArgs
- Namespace
- LMKit.Extraction.Ocr
- Assembly
- LM-Kit.NET.dll
EventArgs for when OCR is about to start. Carries the optional attachment and allows cancellation.
public class OcrStartingEventArgs : EventArgs
- Inheritance
-
OcrStartingEventArgs
- Inherited Members
Constructors
- OcrStartingEventArgs(Attachment)
Initializes a new instance of OcrStartingEventArgs.
Properties
- Attachment
The optional attachment providing metadata or additional context for the image.
- Cancel
If set to true by any event subscriber, OCR will be canceled.