Table of Contents

Enum ExtractionPhase

Namespace
LMKit.Extraction
Assembly
LM-Kit.NET.dll

Defines the phases of a text extraction operation.

public enum ExtractionPhase

Fields

OcrProcessing = 0

OCR processing is in progress on the input content.

Extracting = 1

The extraction engine is running inference to extract elements.

PostProcessing = 2

Post-processing of extracted data is in progress (format validation, entity parsing, confidence scoring).

Completed = 3

The extraction operation has completed.