Commit Graph
11 Commits
Author SHA1 Message Date
myhloli 1279f2cd0f feat(model): add support for DocLayout-YOLO model
- Add new layout model option: DocLayout-YOLO
- Implement model initialization and prediction for DocLayout-YOLO
- Update configuration options to include new model- Modify existing code to support both LayoutLMv3 and DocLayout-YOLO models
- Update Gradio app to support more Custom Switch
2024-10-23 17:07:39 +08:00
icecraft 6cc8cbca52 fix: 1. resolve uncorrect pair relation of figure and footnote, 2. resolve uncorrect pair relation of table and caption #590 2024-09-12 17:05:07 +08:00
icecraftandicecraft 03469909bb Feat/support footnote in figure (#532)
* feat: support figure footnote

* feat: using the relative position to combine footnote, table, image

* feat: add the readme of projects

* fix: code spell in unittest

---------

Co-authored-by: icecraft <xurui1@pjlab.org.cn>
2024-09-03 19:16:55 +08:00
赵小蒙 e590729669 fix span overlap by confidence,remove duplicate spans 2024-05-09 17:25:24 +08:00
赵小蒙 3955a3b303 update some annotation 2024-05-08 16:33:41 +08:00
许瑞 5b2d81aab8 feat: support get images and tables 2024-04-18 20:40:05 +08:00
kernel.h@qq.com f36c26565e 使用面积占比方式判断一行文本是不是在一个layoutbox里 2024-03-22 14:48:42 +08:00
赵小蒙 9cc53a5e57 更新清除重叠span的逻辑 2024-03-12 11:21:57 +08:00
赵小蒙 0c279ffccd 更新remove_spans_by_bboxes中选择被删除的span的逻辑 2024-03-08 17:27:46 +08:00
赵小蒙 701f384994 增加ocr版本解析功能 2024-03-06 17:48:29 +08:00
赵小蒙 d5dbed7325 目录重构 2024-03-01 16:07:51 +08:00