Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/thirdparty/tesseract/.github/ISSUE_TEMPLATE/issue-bug.yml @ 2:b50eed0cc0ef upstream
ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4.
The directory name has changed: no version number in the expanded directory now.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 15 Sep 2025 11:43:07 +0200 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 1:1d09e1dec1d9 | 2:b50eed0cc0ef |
|---|---|
| 1 name: Bug Report | |
| 2 description: File a bug report | |
| 3 body: | |
| 4 - type: markdown | |
| 5 attributes: | |
| 6 value: | | |
| 7 ### Attention | |
| 8 Before you submit an issue, please review [the guidelines for this repository](https://github.com/tesseract-ocr/tesseract/blob/main/CONTRIBUTING.md). | |
| 9 | |
| 10 Have a question? Need help? | |
| 11 Please use [our forum](https://groups.google.com/g/tesseract-ocr). | |
| 12 | |
| 13 Please follow these rules: | |
| 14 * Check that your Operating Systems is [supported](https://tesseract-ocr.github.io/tessdoc/supported-operating-systems.html). | |
| 15 * Don't open an issue for [Tesseract version which was released more than a year ago](https://tesseract-ocr.github.io/tessdoc/ReleaseNotes.html). | |
| 16 * Don't open an issue which involves 3rd party tools that use Tesseract as a library. Only report about an issue with the Tesseract command line tool or the C/C++ API. | |
| 17 * Please provide the input image. | |
| 18 * Also provide output files (txt and/or tsv, hocr, pdf). You can make a zip archive that will contain these files, so GitHub will let you upload them. | |
| 19 * Don't attach a screenshot of the command line and output. Instead, copy the text and paste it in your bug report. | |
| 20 | |
| 21 - type: textarea | |
| 22 attributes: | |
| 23 label: Current Behavior | |
| 24 - type: textarea | |
| 25 attributes: | |
| 26 label: Expected Behavior | |
| 27 - type: textarea | |
| 28 attributes: | |
| 29 label: Suggested Fix | |
| 30 - type: textarea | |
| 31 attributes: | |
| 32 label: tesseract -v | |
| 33 description: Version info, compiled libraries, SIMD, OpenMP | |
| 34 placeholder: "Please paste the output of the command: tesseract -v" | |
| 35 - type: dropdown | |
| 36 id: os-linux | |
| 37 attributes: | |
| 38 label: Operating System | |
| 39 description: Choose the OS where the bug occurs | |
| 40 multiple: true | |
| 41 options: | |
| 42 - Windows 11 | |
| 43 - Windows 10 | |
| 44 - macOS 14 Sonoma | |
| 45 - macOS 13 Ventura | |
| 46 - macOS 12 Monterey | |
| 47 - macOS 11 Big Sur | |
| 48 - Ubuntu 24.04 Noble | |
| 49 - Ubuntu 22.04 Jammy | |
| 50 - Debian 12 Bookworm | |
| 51 - Debian 11 Bullseye | |
| 52 - RHEL 9 | |
| 53 - RHEL 8 | |
| 54 - type: textarea | |
| 55 attributes: | |
| 56 label: Other Operating System | |
| 57 placeholder: Enter the name and version of the OS | |
| 58 - type: textarea | |
| 59 attributes: | |
| 60 label: uname -a | |
| 61 placeholder: "Paste the output of the command: umame -a (if available in your system)." | |
| 62 | |
| 63 - type: textarea | |
| 64 attributes: | |
| 65 label: Compiler | |
| 66 placeholder: "Enter compiler name and version (Examples: MSVC 2019 16.11, Clang 13.0.1, GCC 11.2, Xcode 14.1)" | |
| 67 - type: textarea | |
| 68 attributes: | |
| 69 label: CPU | |
| 70 placeholder: "Enter your CPU vendor name and model (Examples: Intel Core i7-11700K, AMD Ryzen 7 5800X, Apple Silicon M1)" | |
| 71 - type: textarea | |
| 72 attributes: | |
| 73 label: Virtualization / Containers | |
| 74 placeholder: "Enter the name and version of the VM / container which you use (Examples: Oracle VM VirtualBox 7.0.4,VMware Workstation 17.0, Hyper-V, Docker 20.10.22)" | |
| 75 - type: textarea | |
| 76 attributes: | |
| 77 label: Other Information | |
| 78 placeholder: Add more details here. |
