Type alias TJIIXTextElement

TJIIXTextElement: TJIIXElementBase<Text> & {
    bounding-box?: TBoundingBox;
    chars?: TJIIXChar[];
    id: string;
    label: string;
    words?: TJIIXWord[];
}

Type declaration

Remarks

Text Element

Generated using TypeDoc