tesseract: minor tweak to the first example's desc

coverage
Waldir Pimenta 2017-04-14 23:25:05 +01:00
parent d3f01ac91c
commit 952eca58e8
1 changed files with 1 additions and 1 deletions

View File

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