Enum ExtractionPhase
- Namespace
- LMKit.Extraction
- Assembly
- LM-Kit.NET.dll
Defines the phases of a text extraction operation.
public enum ExtractionPhase
Fields
OcrProcessing = 0OCR processing is in progress on the input content.
Extracting = 1The extraction engine is running inference to extract elements.
PostProcessing = 2Post-processing of extracted data is in progress (format validation, entity parsing, confidence scoring).
Completed = 3The extraction operation has completed.