Release Note
- 修复 PP-DocLayoutV2 模型批量推理报错 #33
- 支持 PP-DocLayoutV3 版面识别+阅读顺序+扭曲倾斜异形框
- layout_config添加layout_shape_mode参数("rect" / "auto")
- 支持自定义OCR、公式、表格模型,需实现 CustomBaseModel 的 batch_predict 方法
- 内置 PaddleOCRVL 系列模型的集成 paddleocr_vl.py (ocr、formula、table)
Release Note