From 952eca58e8bdcae79da7b4a9a4b2dd02d3037432 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Fri, 14 Apr 2017 23:25:05 +0100 Subject: [PATCH] tesseract: minor tweak to the first example's desc --- pages/common/tesseract.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/tesseract.md b/pages/common/tesseract.md index 94452e2352..7e49b3092c 100644 --- a/pages/common/tesseract.md +++ b/pages/common/tesseract.md @@ -2,7 +2,7 @@ > OCR (Optical Character Recognition) engine. -- Recognize text in an image and save it to `output.txt`. The file extension MUST not be mentioned: +- Recognize text in an image and save it to `output.txt` (the '.txt' extension is added automatically): `tesseract {{image.png}} {{output}}`