tweak the examples
- ID
e287221- date
2022-12-31 11:58:53+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
4fb1744- message
tweak the examples- changed files
1 file, 3 additions, 4 deletions
Changed files
get_live_text (2716) → get_live_text (2640)
diff --git a/get_live_text b/get_live_text
index f868e9e..83b5b3f 100755
--- a/get_live_text
+++ b/get_live_text
@@ -18,13 +18,12 @@
// Pass the path to your image as a single command-line argument. Any text
// in the image will be returned as a JSON list:
//
-// $ get_live_text koa-logger-redactions.jpg
-// ["koa is","a species","of","tree in the","family","It is",
-// "endemic to the Hawaiian","Islands, where it","tree."]
+// $ get_live_text railway-sign.jpg
+// ["Passengers must","not pass this point","or cross the line"]
//
// If the image doesn't contain any text, it returns an empty list:
//
-// $ get_live_text marquee-rocket.jpg
+// $ get_live_text dancers.jpg
// []
//