From 7a24438a56a325edf9017de802b127bede834b93 Mon Sep 17 00:00:00 2001 From: Andrew Cassidy Date: Tue, 27 Feb 2018 17:12:08 -0800 Subject: [PATCH] Update README.md --- Applescript/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applescript/README.md b/Applescript/README.md index f433757..f2f592c 100644 --- a/Applescript/README.md +++ b/Applescript/README.md @@ -18,4 +18,4 @@ Copies the last screenshot (most recent in your screenshots folder) to the clipb These appear in the right click menu for files in finder or text selection, depending on what they support #### Put OCR text in comment -OCRs an image file and places the output text into the macOS comment field (viewable with ⌘I) to make them searchable through Spotlight. Requires Tesseract to be installed, which can be done through Homebrew. +OCRs an image file and places the output text into the macOS comment field (viewable with ⌘I) to make them searchable through Spotlight. Needs the accompanying [Bash script](https://github.com/drewcassidy/dotfiles/blob/master/Shell/Scripts/OCR). Requires Tesseract to be installed, which can be done through Homebrew.