From 6cb49dcebd0464ae2c985ff4ae9fce6dae0db5ff Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Tue, 11 Jun 2024 18:05:22 +0200 Subject: [PATCH] Fix more code style issues (reported by Codacy) Signed-off-by: Stefan Weil --- INSTALL.GIT.md | 2 -- unittest/README.md | 1 - 2 files changed, 3 deletions(-) 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