From 19f79e2d38dfeada41a96c8d87426c85a7eaa454 Mon Sep 17 00:00:00 2001 From: zdenop Date: Tue, 26 Mar 2024 12:01:03 +0100 Subject: [PATCH] Update README.md remove `bc` dependency as it was replaced with python script `generate_eval_train.py` --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0700b0f9..e1554740 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ### Auxiliaries -You will need at least GNU `make` (minimal version 4.2), `wget`, `find`, `bash`, `unzip` and `bc`. +You will need at least GNU `make` (minimal version 4.2), `wget`, `find`, `bash`, and `unzip`. ### Leptonica, Tesseract @@ -18,11 +18,10 @@ and more can be found in the [Tesseract User Manual](https://tesseract-ocr.githu #### Windows - 1. Install the latest tesseract (e.g. from https://digi.bib.uni-mannheim.de/tesseract/), make sure that tesseract is added to your PATH. + 1. Install the latest tesseract (e.g. from https://digi.bib.uni-mannheim.de/tesseract/), and make sure that tesseract is added to your PATH. 2. Install [Python 3](https://www.python.org/downloads/) 3. Install [Git SCM to Windows](https://gitforwindows.org/) - it provides a lot of linux utilities on Windows (e.g. `find`, `unzip`, `rm`) and put `C:\Program Files\Git\usr\bin` to the beginning of your PATH variable (temporarily you can do it in `cmd` with `set PATH=C:\Program Files\Git\usr\bin;%PATH%` - unfortunately there are several Windows tools with the same name as on linux (`find`, `sort`) with different behaviour/functionality and there is need to avoid them during training. 4. Install winget/[Windows Package Manager](https://github.com/microsoft/winget-cli/releases/) and then run `winget install GnuWin32.Make` and `winget install wget` to install missing tools. - 5. Download [Bc and dc calculator in Windows](https://embedeo.org/ws/command_line/bc_dc_calculator_windows/) and unzip bc.exe somewhere to your path (e.g. in my case `unzip -j bc-1.07.1-win32-embedeo-02.zip "bc-1.07.1-win32-embedeo-02/bin/bc.exe" -d "c:\Program Files\Tools"`) ### Python