## 🚀 新增功能

- **Python**：新增 PP-OCRv6 的 **PaddlePaddle** 后端支持（#696），由开发者 [@JinmingMei](https://github.com/JinmingMei) 提交，提交哈希：[29b812f](https://github.com/RapidAI/RapidOCR/commit/29b812fcacdeb17237a77ec8ac15909a77eba93b)
- 支持将 PP-OCRv6 **PyTorch** 作为推理引擎，由开发者 [@SWHL](https://github.com/SWHL) 提交，提交哈希：[370f01d](https://github.com/RapidAI/RapidOCR/commit/370f01d0a85ae2e29f6380316a32dc6fd8d66744)
- 新增 PP-OCRv6 **MNN** 后端支持。

## 🐛 问题修复

- 调整 YAML 配置文件中 PP-OCRv6 Paddle 模型的键名，由开发者 [@SWHL](https://github.com/SWHL) 提交，提交哈希：[c184325](https://github.com/RapidAI/RapidOCR/commit/c18432567fca72c21d2f36dd800c0f4a5c44d01d)

## ⚙️ 杂项优化任务

- 更新 pre-commit 校验规则，由开发者 [@SWHL](https://github.com/SWHL) 提交，提交哈希：[7fe716f](https://github.com/RapidAI/RapidOCR/commit/7fe716f8e38bb9a43f2680159f38deb14d8b1930)
- 补充 PyTorch 模块缺失的脚本文件，由开发者 [@SWHL](https://github.com/SWHL) 提交，提交哈希：[2849009](https://github.com/RapidAI/RapidOCR/commit/28490093dfb75dc4cd0f5d4f1d2259aeb44f5351)

## 🎉 贡献者

- [@SWHL](https://github.com/SWHL)
- [@JinmingMei](https://github.com/jaminmei)

完整版本变更记录：[3.9.1](https://github.com/RapidAI/RapidOCR/compare/v3.9.0..v3.9.1)

## 补充说明

该版本中 PP-OCRv6 Rec Tiny 模型，因为模型结构没有和 PaddleOCR 中原始结构对齐，导致该模型指标很差，不可用。下个版本会修复。详细说明参见：[PaddleOCR2Pytorch PR #127](https://github.com/frotms/PaddleOCR2Pytorch/pull/127)
