返回模型
说明文档
PaddlePaddle 表格模型的 ONNX 权重
模型
table_cls.onnx:将表格图像分类为有线表格和无线表格(原始模型)wired_table_cell_det.onnx:从有线表格图像中检测单元格(原始模型)wireless_table_cell_det.onnx:从无线表格图像中检测单元格(原始模型)
使用方法
通过 cells2table,提供了一个 docling 插件,可以将这些模型集成到完整的流水线中。
使用 uv 安装:
uv pip install cells2table
示例:
from cells2table.docling import CustomDoclingTableStructureOptions
pipeline_options = PdfPipelineOptions(
allow_external_plugins=True,
table_structure_options=CustomDoclingTableStructureOptions(),
)
converter = DocumentConverter(
format_options={
InputFormat.PDF: PdfFormatOption(pipeline_options=pipeline_options),
InputFormat.IMAGE: PdfFormatOption(pipeline_options=pipeline_options),
}
)
result = converter.convert(\"path/to/document.pdf\")
print(result.document.export_to_markdown())
jspast/paddlepaddle-table-models-onnx
作者 jspast
object-detection
↓ 0
♥ 0
创建时间: 2025-12-10 20:08:17+00:00
更新时间: 2026-03-08 13:59:58+00:00
在 Hugging Face 上查看文件 (5)
.gitattributes
README.md
table_cls.onnx
ONNX
wired_table_cell_det.onnx
ONNX
wireless_table_cell_det.onnx
ONNX