Interface ExtractionField

interface ExtractionField {
    active?: boolean;
    bbox?: Bbox;
    confidence?: number;
    dataType?: string;
    id?: string;
    label?: string;
    name?: string;
    pageId?: string;
    value?: string;
}

Properties

active?: boolean
bbox?: Bbox
confidence?: number
dataType?: string
id?: string
label?: string
name?: string
pageId?: string
value?: string