diff --git a/INSTALL.GIT.md b/INSTALL.GIT.md index 37a8e0aa..f3de86c1 100644 --- a/INSTALL.GIT.md +++ b/INSTALL.GIT.md @@ -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. diff --git a/unittest/README.md b/unittest/README.md index 64a40968..2d774299 100644 --- a/unittest/README.md +++ b/unittest/README.md @@ -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