From d73075ea639fa74df46f9cc8369566262c00bc27 Mon Sep 17 00:00:00 2001 From: Nick Zhang Date: Tue, 30 Aug 2022 20:21:32 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 338ecf241f..8259710923 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ and **[Change Log](https://github.com/tesseract-ocr/tesseract/blob/main/ChangeLo ## Installing Tesseract -You can either [Install Tesseract via pre-built binary package](https://tesseract-ocr.github.io/tessdoc/Home.html) +You can either [Install Tesseract via pre-built binary package](https://tesseract-ocr.github.io/tessdoc/Installation.html) or [build it from source](https://tesseract-ocr.github.io/tessdoc/Compiling.html). A C++ compiler with good C++17 support is required for building Tesseract from source.