Results 3 issues of lw

### 🔎 Search before asking - [x] I have searched the PaddleOCR [Docs](https://paddlepaddle.github.io/PaddleOCR/) and found no similar bug report. - [x] I have searched the PaddleOCR [Issues](https://github.com/PaddlePaddle/PaddleOCR/issues) and found no...

### Request Description PaddleOCR recently updated the model format for PP-OCRv5 . The previous format used three files: > inference.pdmodel > > inference.pdiparams > > inference.pdiparams.info The new format now...

enhancement
good first issue
feature
category: PDPD FE

问题描述 编译时报错:`std` 没有成员 `accumulate`。 解决方案 添加 `` 头文件以引入 `std::accumulate` 的函数定义。 影响范围 仅修复编译错误,不影响现有逻辑。