mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 02:59:07 +08:00
Remove whitespace at line endings
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
b86afd63cf
commit
d1abdf353a
2
.github/ISSUE_TEMPLATE/issue-bug.yml
vendored
2
.github/ISSUE_TEMPLATE/issue-bug.yml
vendored
@ -16,7 +16,7 @@ body:
|
||||
* 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.
|
||||
|
||||
|
||||
Windows versions 7, 8, 8.1 are not supported.
|
||||
- type: textarea
|
||||
attributes:
|
||||
|
@ -30,7 +30,7 @@ function(check_leptonica_tiff_support)
|
||||
set(CMAKE_TRY_COMPILE_CONFIGURATION ${CMAKE_BUILD_TYPE})
|
||||
try_run(
|
||||
LEPT_TIFF_RESULT
|
||||
LEPT_TIFF_COMPILE
|
||||
LEPT_TIFF_COMPILE
|
||||
SOURCE_FROM_CONTENT tiff_test.cpp "${TIFF_TEST}"
|
||||
CMAKE_FLAGS "-DINCLUDE_DIRECTORIES=${Leptonica_INCLUDE_DIRS}"
|
||||
LINK_LIBRARIES ${Leptonica_LIBRARIES}
|
||||
|
@ -149,7 +149,7 @@ bool ValidateMyanmar::ConsumeOptionalSignsIfPresent() {
|
||||
}
|
||||
// Sgaw tones 0x1062, 0x1063 must be followed by asat.
|
||||
// W Pwo tones 0x1069, 0x106a, and 0x106b may be followed by dot below or visarga (nasal).
|
||||
ch = codes_[codes_used_].second;
|
||||
ch = codes_[codes_used_].second;
|
||||
if (ch == 0x103a || ch == 0x1037 || ch == 0x1038) {
|
||||
if (UseMultiCode(1)) {
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user