mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-23 18:49:08 +08:00
Fix more code style issues (reported by Codacy)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
f251a0da39
commit
6cb49dcebd
@ -50,7 +50,6 @@ Just run:
|
|||||||
|
|
||||||
and follow the instruction on [Viewer Debugging](https://tesseract-ocr.github.io/tessdoc/ViewerDebugging.html).
|
and follow the instruction on [Viewer Debugging](https://tesseract-ocr.github.io/tessdoc/ViewerDebugging.html).
|
||||||
|
|
||||||
|
|
||||||
## cmake
|
## cmake
|
||||||
|
|
||||||
There is alternative build system based on multiplatform [cmake](https://cmake.org/)
|
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
|
cd build && cmake .. && make
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
|
|
||||||
### WINDOWS
|
### WINDOWS
|
||||||
|
|
||||||
See the [documentation](https://tesseract-ocr.github.io/tessdoc/) for more information on this.
|
See the [documentation](https://tesseract-ocr.github.io/tessdoc/) for more information on this.
|
||||||
|
@ -75,7 +75,6 @@
|
|||||||
* [Lohit-Hindi.ttf](https://raw.githubusercontent.com/pratul/packageofpractices/master/assets/fonts/Lohit-Hindi.ttf)
|
* [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)
|
* [UnBatang.ttf](https://raw.githubusercontent.com/byrongibson/fonts/master/backup/truetype.original/unfonts-core/UnBatang.ttf)
|
||||||
|
|
||||||
|
|
||||||
## Run tests
|
## Run tests
|
||||||
|
|
||||||
To run the tests, do the following in tesseract folder
|
To run the tests, do the following in tesseract folder
|
||||||
|
Loading…
Reference in New Issue
Block a user