Skip to content

Instantly share code, notes, and snippets.

@jerlendds
Created June 12, 2026 14:13
Show Gist options
  • Select an option

  • Save jerlendds/73c5d1d0b35500b81aabf3d20b28fb03 to your computer and use it in GitHub Desktop.

Select an option

Save jerlendds/73c5d1d0b35500b81aabf3d20b28fb03 to your computer and use it in GitHub Desktop.
screenocr
#!/bin/bash
flameshot gui --raw | tesseract stdin stdout -l eng | xclip -in -selection clipboard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment