From 0e9ba6cd41b5b475911ca9398a7a619b16308813 Mon Sep 17 00:00:00 2001 From: Ben Winding Date: Fri, 22 Apr 2022 19:21:25 +1000 Subject: [PATCH] Add details about adding this as a MacOS Shortcut --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f2e28c..3295edf 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Apple Silicon Install (via Homebrew): brew install schappim/ocr/ocr ``` -Once installed, you can then use the [macOS Shortcut Workflow](https://www.icloud.com/shortcuts/fa91687e481849d6a27ff873ec71599b) +Once installed, you can then use the [macOS Shortcut Workflow](https://www.icloud.com/shortcuts/fa91687e481849d6a27ff873ec71599b) (see below for details) Apple Silicon Install (via Curl): @@ -52,6 +52,19 @@ When running the app the first time, you will likely be asked to allow the app a ![Enabling access to screen](https://files.littlebird.com.au/Shared-Image-2021-05-20-08-58-38.png) +## Add as Shortcut Workflow (Mac Montery 12+) +1. Open up [MacOS Shortcuts](https://www.icloud.com/shortcuts/fa91687e481849d6a27ff873ec71599b) available on MacOS 12+. +2. Create new `Shortcut` +3. Add `Run Shell script` +4. Set input as `/usr/local/bin/ocr` (runs this app) +5. Goto `Shorcut Details` + +settings + +7. Set `Pin in menubar` as true ☑️ + +![Kapture 2022-04-22 at 19 09 40](https://user-images.githubusercontent.com/11782590/164675564-e4e03c3c-7065-4083-9978-7fd316251b0e.gif) + ## OS Support This should run on Catalina and above.