You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

60 lines
2.5 KiB

name: Bug 错误
description: Report bugs 报告错误
body:
- type: markdown
attributes:
value: |
Please first search the [Issues](https://github.com/hiroi-sora/Umi-OCR/issues) to make sure that no one else has already raised a similar issue. If there is an existing issue, you can reply under that Issue to provide more details. The more the developer knows, the easier it is to fix the problem.
请先浏览或搜索 [Issues](https://github.com/hiroi-sora/Umi-OCR/issues) ,确保没有其他人曾经提出过类似问题。如果已有类似问题,你可以在该Issue下回复,提供更多细节。开发者知道得越多,修复问题越容易。
Please ensure that you have read the [FAQ](https://github.com/hiroi-sora/Umi-OCR/issues/447) before raising a new issue.
请确保在提问之前已经阅读过 [常见问题解答](https://github.com/hiroi-sora/Umi-OCR/issues/447)。
- type: checkboxes
attributes:
label: Issues
options:
- label: I have browsed through the Issues. 我已浏览过Issues,确定没有重复提问。
required: true
- type: input
attributes:
label: Umi-OCR version 程序版本
placeholder: 2.1.0
validations:
required: true
- type: input
attributes:
label: Windows version 系统版本
placeholder: win10
validations:
required: true
- type: dropdown
attributes:
label: OCR plugins Used 使用的OCR插件
description: If the bug is related to OCR, please select the plugins you were using. 如果Bug与OCR相关,请选择您使用的插件。可多选。
multiple: true
options:
- PaddleOCR
- RapidOCR
- TesseractOCR
- Pix2Text
- ChineseOCR
- Other 其他插件/自开发插件
validations:
required: false
- type: textarea
attributes:
label: Reproduction steps 复现步骤
description: Describe the reproduction steps precisely if possible. 尽可能详细描述错误产生的细节。
validations:
required: true
- type: textarea
attributes:
label: Problem screenshots or related files (optional) 问题截图或相关文件(可选)
description:
If there are pop-up errors, interface anomalies, or obviously incorrect results, please provide complete screenshots.
If a specific image or document can reliably trigger a bug, please upload that file.
如果存在弹窗报错、界面异常、结果明显错误等问题,请提供完整截图。
如果特定的图片或文档能稳定触发Bug,请上传该文件。