v2.7.2
PaddlePaddle/PaddleOCRv2.7.2Mar 25, 2024by jzhang533
AI Summary
A minor release focusing on bug fixes, documentation updates, and dependency management improvements.
Key Highlights
- Added Finnish language files.
- Fixed layout recovery errors.
- Implemented lazy import for PyMuPDF.
- Setup workflow for publishing package to PyPI.
New Features
- Finnish language support
- Lazy import of PyMuPDF
Full Release Notes
## What's Changed * add finnish language files by @savikko in https://github.com/PaddlePaddle/PaddleOCR/pull/10850 * fix `cls_x` and `bbox_x` is possibly unbound by @SigureMo in https://github.com/PaddlePaddle/PaddleOCR/pull/10973 * update ppocrv4_framework by @tink2123 in https://github.com/PaddlePaddle/PaddleOCR/pull/11047 * Update ONNX conversion readme_ch.md by @greyovo in https://github.com/PaddlePaddle/PaddleOCR/pull/11030 * [TIPC]update tipc scripts and rm fluid api by @USTCKAY in https://github.com/PaddlePaddle/PaddleOCR/pull/11098 * fix a bug for rec_postprocess.py by @Ataraxy33 in https://github.com/PaddlePaddle/PaddleOCR/pull/11408 * Modify readme 27 by @zhangyubo0722 in https://github.com/PaddlePaddle/PaddleOCR/pull/11424 * fix: layout recovery image:xxx.png,err msg: list index out of range by @santlchogva in https://github.com/PaddlePaddle/PaddleOCR/pull/11405 * rm QR code in the document by @tink2123 in https://github.com/PaddlePaddle/PaddleOCR/pull/11511 * rm QR code by @tink2123 in https://github.com/PaddlePaddle/PaddleOCR/pull/11533 * Update custom.md by @jzhang533 in https://github.com/PaddlePaddle/PaddleOCR/pull/11636 * fix AttributeError by @GreatV in https://github.com/PaddlePaddle/PaddleOCR/pull/11556 * update pre-commit config by @jzhang533 in https://github.com/PaddlePaddle/PaddleOCR/pull/11682 * lazy import PyMuPDF by @jzhang533 in https://github.com/PaddlePaddle/PaddleOCR/pull/11685 * setup a workflow for publishing package to pypi, and bump version to … by @jzhang533 in https://github.com/PaddlePaddle/PaddleOCR/pull/11800 ## New Contributors * @savikko made their first contribution in https://github.com/PaddlePaddle/PaddleOCR/pull/10850 * @greyovo made their first contribution in https://github.com/PaddlePaddle/PaddleOCR/pull/11030 * @santlchogva made their first contribution in https://github.com/PaddlePaddle/PaddleOCR/pull/11405 * @jzhang533 made their first contribution in https://github.com/PaddlePaddle/PaddleOCR/pull/11636 **Full Changelog**: https://github.com/PaddlePaddle/PaddleOCR/compare/v2.7.0...v2.7.2