Bläddra i källkod

tesseract: minor tweak to the first example's desc

Waldir Pimenta 8 år sedan
förälder
incheckning
952eca58e8
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      pages/common/tesseract.md

+ 1 - 1
pages/common/tesseract.md

@@ -2,7 +2,7 @@
 
 
 > OCR (Optical Character Recognition) engine.
 > 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}}`
 `tesseract {{image.png}} {{output}}`