/tableImageParser_tx

table structure recognition

Primary LanguagePython

tableImageParser

本项目通过腾讯分享文章,复现了腾讯表格结果解析文章地址为https://zhuanlan.zhihu.com/p/69793742 (Table Structure Recognition from Tencent)

环境(Requirements)

pip install -r requirements.txt

例子🌰(Demo)

  • 修改inference 中main函数所需路径

python inference.py

训练(train)

  • 修改train.py 中checkpoint_path 为模型路径
  • 修改dataf.py 中training_data_path 为训练数据路径

python train.py

可视化实例

例子🌰1

raw nrow ncol

例子🌰2

raw row row

其他

训练数据与预训练模型 关注微信公众账号 hulugeAI 留言:table parser