What's Changed
In this version we have focused on improving parsing accuracy and efficiency:
- Model capability upgrade (requires re-executing the model download process to obtain incremental updates of model files)
- The layout recognition model has been upgraded to the latest
doclayout_yolo(2501)
model, improving layout recognition accuracy. - The formula parsing model has been upgraded to the latest
unimernet(2501)
model, improving formula recognition accuracy.
- The layout recognition model has been upgraded to the latest
- Performance optimization
- On devices that meet certain configuration requirements (16GB+ VRAM), by optimizing resource usage and restructuring the processing pipeline, overall parsing speed has been increased by more than 50%.
在这个版本我们重点提升了解析的精度与效率:
- 模型能力升级(需重新执行模型下载流程以获得模型文件的增量更新)
- 布局识别模型升级到最新的
doclayout_yolo(2501)
模型,提升了layout识别精度 - 公式解析模型升级到最新的
unimernet(2501)
模型,提升了公式识别精度
- 布局识别模型升级到最新的
- 性能优化
- 在配置满足一定条件(显存16GB+)的设备上,通过优化资源占用和重构处理流水线,整体解析速度提升50%以上
New Contributors
Full Changelog: magic_pdf-1.0.1-released...magic_pdf-1.1.0-released