From 0223abcb961823ccccca359c9ec4e8de2f82f0fc Mon Sep 17 00:00:00 2001 From: ajschaeper Date: Sun, 25 Nov 2018 17:15:14 +0100 Subject: [PATCH] Add example in README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 620042fa..a3d0bda4 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,8 @@ Basic **[command line usage](https://github.com/tesseract-ocr/tesseract/wiki/Com For more information about the various command line options use `tesseract --help` or `man tesseract`. +Examples can be found in the [wiki](https://github.com/tesseract-ocr/tesseract/wiki/Command-Line-Usage#simplest-invocation-to-ocr-an-image). + ## For developers Developers can use `libtesseract` [C](https://github.com/tesseract-ocr/tesseract/blob/master/src/api/capi.h) or [C++](https://github.com/tesseract-ocr/tesseract/blob/master/src/api/baseapi.h) API to build their own application. If you need bindings to `libtesseract` for other programming languages, please see the [wrapper](https://github.com/tesseract-ocr/tesseract/wiki/AddOns#tesseract-wrappers) section on AddOns wiki page.