2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-17 09:25:32 +00:00
cheat.sheets/sheets/tesseract
2021-01-01 23:46:31 +01:00

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