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:
parent
d3f01ac91c
commit
952eca58e8
1 changed files with 1 additions and 1 deletions
|
@ -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}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue