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}}`