Skip to content

Instantly share code, notes, and snippets.

@MrCyjaneK
Created December 10, 2019 11:14
Show Gist options
  • Save MrCyjaneK/bae7c016827d468d60d0fc84343bd54a to your computer and use it in GitHub Desktop.
Save MrCyjaneK/bae7c016827d468d60d0fc84343bd54a to your computer and use it in GitHub Desktop.
fish line to convert image to translated plaintext
tesseract image1.jpg stdout > input.txt && tgecho (trans :pl (tr '\n' '-------------' < input.txt) -show-original N -e bing) image1.jpg; rm input.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment