Skip to content

Commit

Permalink
Fix some whitespace issues in source code and text files
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Jan 19, 2023
1 parent 2a7ed8b commit 4142b32
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/issue-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ body:
value: |
### Attention
Before you submit an issue, please review [the guidelines for this repository](https://github.com/tesseract-ocr/tesseract/blob/main/CONTRIBUTING.md).
Have a question? Need help?
Please use [our forum](https://groups.google.com/g/tesseract-ocr).
Please follow these rules:
* Don't open an issue for [Tesseract version which was released more than a year ago](https://tesseract-ocr.github.io/tessdoc/ReleaseNotes.html).
* 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.
* Please provide the input image.
* 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.
* Don't attach a screenshot of the command line and output. Instead, copy the text and paste it in your bug report.
* Don't attach a screenshot of the command line and output. Instead, copy the text and paste it in your bug report.
- type: textarea
attributes:
label: Basic Information
Expand Down Expand Up @@ -51,7 +51,7 @@ body:
- type: textarea
attributes:
label: Compiler
placeholder: "Enter compiler name and version (Examples: MSVC 2019 16.11, Clang 13.0.1, GCC 11.2, Xcode 14.1)"
placeholder: "Enter compiler name and version (Examples: MSVC 2019 16.11, Clang 13.0.1, GCC 11.2, Xcode 14.1)"
- type: textarea
attributes:
label: Virtualization / Containers
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/cmake-win64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,3 @@ jobs:
tesseract --list-langs
echo "Checking OCR process"
tesseract test/testing/phototest.tif -
4 changes: 2 additions & 2 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Ray Smith <[email protected]> <[email protected]>
Ray Smith <[email protected]> <[email protected]@d0cd1f9f-072b-0410-8dd7-cf729c803f20>
Ray Smith <[email protected]> <theraysmith@d0cd1f9f-072b-0410-8dd7-cf729c803f20>

Shree Devi Kumar <[email protected]>
Shree Devi Kumar <[email protected]>
Shree Devi Kumar <[email protected]> <[email protected][email protected]>

Stefan Weil <[email protected]>
Expand All @@ -26,4 +26,4 @@ Stefan Weil <[email protected]> <[email protected]>
Zdenko Podobný <[email protected]>
Zdenko Podobný <[email protected]> <[email protected]>
Zdenko Podobný <[email protected]> <[email protected]@d0cd1f9f-072b-0410-8dd7-cf729c803f20>
Zdenko Podobný <[email protected]> <zdenop@d0cd1f9f-072b-0410-8dd7-cf729c803f20>
Zdenko Podobný <[email protected]> <zdenop@d0cd1f9f-072b-0410-8dd7-cf729c803f20>

0 comments on commit 4142b32

Please sign in to comment.