Skip to content

Commit

Permalink
Fix more code style issues (reported by Codacy)
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Jun 11, 2024
1 parent f251a0d commit 6cb49dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions INSTALL.GIT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand All @@ -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.
1 change: 0 additions & 1 deletion unittest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6cb49dc

Please sign in to comment.