跳转至

v3.9.0

🚀 功能更新

  • feat(python): support PP-OCRv6 (onnxruntime + openvino, det + rec) by @jaminmei in https://github.com/RapidAI/RapidOCR/pull/692

🎉 Contributors

  • @jaminmei made their first contribution in https://github.com/RapidAI/RapidOCR/pull/692

Full Changelog: https://github.com/RapidAI/RapidOCR/compare/v3.8.4...v3.9.0

补充说明

  1. 该版本将 PP-OCRv6 的 det small 模型和 rec small 识别模型作为了 默认模型。因为从指标来看,PP-OCRv6 效果远高于 PP-OCRv4。
  2. 整体 whl 包从之前的 15 MB → 29M,因为 det small 和 rec small 模型变大了。
  3. 该版本目前 仅支持了 ONNXRuntime 和 OpenVINO 两个推理引擎的推理,后续会逐步支持 Paddle, Torch, MNN 和 T ensorRT。

评论