01_bug.yaml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. name: Bug 错误
  2. description: Report bugs 报告错误
  3. body:
  4. - type: markdown
  5. attributes:
  6. value: |
  7. 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 question. 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.
  8. 请先浏览或搜索 [Issues](https://github.com/hiroi-sora/Umi-OCR/issues) ,确保没有其他人曾经提出过类似问题。如果已有类似问题,你可以在该Issue下回复,提供更多细节。开发者知道得越多,修复问题越容易。
  9. - type: checkboxes
  10. attributes:
  11. label: Issues
  12. options:
  13. - label: I have browsed through the Issues. 我已浏览过Issues,确定没有重复提问。
  14. required: true
  15. - type: input
  16. attributes:
  17. label: Umi-OCR version 程序版本
  18. placeholder: 2.1.0
  19. validations:
  20. required: true
  21. - type: input
  22. attributes:
  23. label: Windows version 系统版本
  24. placeholder: win10
  25. validations:
  26. required: true
  27. - type: dropdown
  28. attributes:
  29. label: OCR plugins Used 使用的OCR插件
  30. description: If the bug is related to OCR, please select the plugins you were using. 如果Bug与OCR相关,请选择您使用的插件。可多选。
  31. multiple: true
  32. options:
  33. - PaddleOCR
  34. - RapidOCR
  35. - TesseractOCR
  36. - Pix2Text
  37. - ChineseOCR
  38. - Other 其他插件/自开发插件
  39. validations:
  40. required: false
  41. - type: textarea
  42. attributes:
  43. label: Reproduction steps 复现步骤
  44. description: Describe the reproduction steps precisely if possible. 尽可能详细描述错误产生的细节。
  45. validations:
  46. required: true
  47. - type: textarea
  48. attributes:
  49. label: Problem screenshots or related files (optional) 问题截图或相关文件(可选)
  50. description:
  51. If there are pop-up errors, interface anomalies, or obviously incorrect results, please provide complete screenshots.
  52. If a specific image or document can reliably trigger a bug, please upload that file.
  53. 如果存在弹窗报错、界面异常、结果明显错误等问题,请提供完整截图。
  54. 如果特定的图片或文档能稳定触发Bug,请上传该文件。