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

    Interface TableExtractResult

    表格提取结果

    interface TableExtractResult {
        tables: TableData[];
        tol: number;
        error?: string;
        debug_table_lines?: string;
        debug_table_bounds?: string;
        debug_table_posflag?: string;
        debug_table_corner?: string;
    }
    Index

    Properties

    tables: TableData[]
    tol: number
    error?: string
    debug_table_lines?: string
    debug_table_bounds?: string
    debug_table_posflag?: string
    debug_table_corner?: string