mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-17 09:25:32 +00:00
7 lines
168 B
Plaintext
7 lines
168 B
Plaintext
# tesseract
|
|
# OCR program
|
|
|
|
# Recognize screenshot, and print result to stdout
|
|
convert x: -modulate 100,0 -resize 400% -set density 300 png:- |
|
|
tesseract stdin stdout
|