add some instructions
- ID
c9e84db- date
2022-12-31 12:07:54+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
e287221- message
add some instructions- changed files
1 file, 6 additions, 1 deletion
Changed files
get_live_text (2640) → get_live_text (2766)
diff --git a/get_live_text b/get_live_text
index 83b5b3f..d796656 100755
--- a/get_live_text
+++ b/get_live_text
@@ -11,7 +11,12 @@
// - want to search images that aren't in your Photos library
// - want to do analysis which isn't just searching
//
-// This is based on https://developer.apple.com/documentation/vision/recognizing_text_in_images#3601255
+// This is based on https://developer.apple.com/documentation/vision/recognizing_text_in_images
+//
+// Tested on macOS Monterey.
+//
+// You may need to run `chmod +x get_live_text` first and install the Xcode
+// command-line tools.
//
// == Usage ==
//