1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 19:55:27 +02:00

tesseract: minor tweak to the first example's desc

This commit is contained in:
Waldir Pimenta 2017-04-14 23:25:05 +01:00
parent d3f01ac91c
commit 952eca58e8

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