From bf1c33fc6c1b22c69dac32313ad5d8935ccdf206 Mon Sep 17 00:00:00 2001 From: SWHL Date: Wed, 5 Jun 2024 11:36:44 +0800 Subject: [PATCH] docs(README): Add note about issue and Discussions on README (#12703) * docs(README): Add note about issues and discussions * chore(ISSUE_TEMPLATE): Remove the newfeature template --- .github/ISSUE_TEMPLATE/newfeature.md | 17 ----------------- README.md | 2 ++ README_en.md | 2 ++ 3 files changed, 4 insertions(+), 17 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/newfeature.md diff --git a/.github/ISSUE_TEMPLATE/newfeature.md b/.github/ISSUE_TEMPLATE/newfeature.md deleted file mode 100644 index 4ffcbbb564..0000000000 --- a/.github/ISSUE_TEMPLATE/newfeature.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -name: New Feature Issue template -about: Issue template for new features. -title: '' -labels: 'Code PR is needed' -assignees: 'shiyutang' - ---- - -## 背景 - -经过需求征集https://github.com/PaddlePaddle/PaddleOCR/issues/10334 和每周技术研讨会 https://github.com/PaddlePaddle/PaddleOCR/issues/10223 讨论,我们确定了XXXX任务。 - -## 解决步骤 -1. 根据开源代码进行网络结构、评估指标转换。代码链接:XXXX -2. 结合[论文复现指南](https://github.com/PaddlePaddle/models/blob/release%2F2.2/tutorials/article-implementation/ArticleReproduction_CV.md),进行前反向对齐等操作,达到论文Table.1中的指标。 -3. 参考[PR提交规范](https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.6/doc/doc_ch/code_and_doc.md)提交代码PR到ppocr中。 diff --git a/README.md b/README.md index 7353111a61..d0689326a6 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ PaddleOCR 旨在打造一套丰富、领先、且实用的 OCR 工具库,助 ## 🚀 社区 PaddleOCR 由 [PMC](https://github.com/PaddlePaddle/PaddleOCR/issues/12122) 监督。Issues 和 PRs 将在尽力的基础上进行审查。欲了解 PaddlePaddle 社区的完整概况,请访问 [community](https://github.com/PaddlePaddle/community)。 +⚠️注意:[Issues](https://github.com/PaddlePaddle/PaddleOCR/issues)模块仅用来报告程序🐞Bug,其余提问请移步[Discussions](https://github.com/PaddlePaddle/PaddleOCR/discussions)模块提问。如所提Issue不是Bug,会被移到Discussions模块,敬请谅解。 + ## 📣 近期更新 - **📚直播和OCR实战打卡营预告**:《PP-ChatOCRv2赋能期刊出版,打造千家杂志社数字阅读新体验》,详细解读飞桨特色的复杂文档/图像智能分析解决方案以及全新开发范式,方案适用于出版发行、智慧教育、智慧政务、智慧金融、智慧医疗等行业领域。直播时间:5月30日(周四)19:00,并于6月3日启动【政务采购合同信息抽取】实战打卡营。报名链接:https://www.wjx.top/vm/PG34Mfm.aspx?udsid=970833 - **🔥2024.5.10 上线星河零代码产线(OCR 相关)**:全面覆盖了以下四大 OCR 核心任务,提供极便捷的 Badcase 分析和实用的在线体验: diff --git a/README_en.md b/README_en.md index 93b8e0fe6e..cfd17cc17e 100644 --- a/README_en.md +++ b/README_en.md @@ -28,6 +28,8 @@ PaddleOCR aims to create multilingual, awesome, leading, and practical OCR tools ## 🚀 Community PaddleOCR is being oversight by a [PMC](https://github.com/PaddlePaddle/PaddleOCR/issues/12122). Issues and PRs will be reviewed on a best-effort basis. For a complete overview of PaddlePaddle community, please visit [community](https://github.com/PaddlePaddle/community). +⚠️ Note: The [Issues](https://github.com/PaddlePaddle/PaddleOCR/issues) module is only for reporting program 🐞 bugs, for the rest of the questions, please move to the [Discussions](https://github.com/PaddlePaddle/PaddleOCR/discussions). Please note that if the Issue mentioned is not a bug, it will be moved to the Discussions module. + ## 📣 Recent updates - **🔥2023.8.7 Release PaddleOCR[release/2.7](https://github.com/PaddlePaddle/PaddleOCR/tree/release/2.7)** - Release [PP-OCRv4](./doc/doc_ch/PP-OCRv4_introduction.md), support mobile version and server version