Type alias TJIIXTextElement

TJIIXTextElement: TJIIXElement & {
    bounding-box?: TBoundingBox;
    chars?: TJIIXChar[];
    id: string;
    label: string;
    type: "Text";
    words?: TJIIXWord[];
}

Type declaration

Generated using TypeDoc