Quellcode durchsuchen

tesseract: minor tweak to the first example's desc

Waldir Pimenta vor 8 Jahren
Ursprung
Commit
952eca58e8
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      pages/common/tesseract.md

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