Type alias TJIIXExport

TJIIXExport: {
    bounding-box?: TBoundingBox;
    chars?: TJIIXChar[];
    elements?: TJIIXElement[];
    id: string;
    label?: string;
    type: string;
    version: string;
    words?: TJIIXWord[];
}

Type declaration

Generated using TypeDoc