Ai
1 Star 0 Fork 0

RapidAI/TableStructureRec

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
demo_table_cls.py 274 Bytes
一键复制 编辑 原始数据 按行查看 历史
无题 提交于 2025-03-08 15:03 +08:00 . feat: add paddle cls for table cls
# -*- encoding: utf-8 -*-
from table_cls import TableCls
if __name__ == "__main__":
table_cls = TableCls(model_type="yolox")
img_path = "tests/test_files/table_cls/lineless_table_2.png"
cls_str, elapse = table_cls(img_path)
print(cls_str)
print(elapse)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/RapidAI/TableStructureRec.git
git@gitee.com:RapidAI/TableStructureRec.git
RapidAI
TableStructureRec
TableStructureRec
main

搜索帮助