WebCAD-Lib-TS API 文档 - v1.0.0
    Preparing search index...

    Interface TableExtractInput

    表格提取输入

    interface TableExtractInput {
        datas: TableItemData[];
        params: TableExtractParams;
    }
    Index

    Properties

    Properties

    datas: TableItemData[]