Last active
December 6, 2023 20:38
-
-
Save cheeaun/1405816e5ceb397cbc9028204f82dc98 to your computer and use it in GitHub Desktop.
macOCR script for Raycast. Preview https://twitter.com/cheeaun/status/1395973544983425025
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Dependency: requires macOCR | |
# Download: https://github.com/schappim/macOCR | |
# @raycast.schemaVersion 1 | |
# @raycast.title macOCR | |
# @raycast.mode silent | |
# @raycast.author Lim Chee Aun | |
# @raycast.authorURL https://github.com/cheeaun | |
# @raycast.description Get any text on your screen into your clipboard | |
# @raycast.packageName macOCR | |
# @raycast.icon 📸 | |
ocr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment