Fix more code style issues (reported by Codacy)

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2024-06-11 18:05:22 +02:00
parent f251a0da39
commit 6cb49dcebd
2 changed files with 0 additions and 3 deletions

View File

@ -50,7 +50,6 @@ Just run:
and follow the instruction on [Viewer Debugging](https://tesseract-ocr.github.io/tessdoc/ViewerDebugging.html).
## cmake
There is alternative build system based on multiplatform [cmake](https://cmake.org/)
@ -61,7 +60,6 @@ There is alternative build system based on multiplatform [cmake](https://cmake.o
cd build && cmake .. && make
sudo make install
### WINDOWS
See the [documentation](https://tesseract-ocr.github.io/tessdoc/) for more information on this.

View File

@ -75,7 +75,6 @@
* [Lohit-Hindi.ttf](https://raw.githubusercontent.com/pratul/packageofpractices/master/assets/fonts/Lohit-Hindi.ttf)
* [UnBatang.ttf](https://raw.githubusercontent.com/byrongibson/fonts/master/backup/truetype.original/unfonts-core/UnBatang.ttf)
## Run tests
To run the tests, do the following in tesseract folder