Fix this line
- ID
c2cdfab- date
2024-06-06 06:27:59+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
67cd5bd- message
Fix this line- changed files
1 file, 1 addition, 1 deletion
Changed files
README.md (1491) → README.md (1493)
diff --git a/README.md b/README.md
index 7c3610f..41304d2 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ This tool uses Apple’s [Live Text feature](https://support.apple.com/en-gb/gui
This gives you a way to OCR images programatically without installing any extra software.
```console
-get_live_text "picture_of_a_sign.jpg"
+$ get_live_text "picture_of_a_sign.jpg"
```
This is the same as if you'd copy/pasted the text from the image using the Preview app, but now you can do so programatically and in bulk.