Skip to content

Commit

Permalink
Vision GA – vision_localize_objects & vision_localize_object_gcs (#200)
Browse files Browse the repository at this point in the history
* Vision-GA - vision_localize_objects & vision_localize_object_gcs

* Vision-GA - README file updates

* Vision-GA - Fixes after review

* Vision-GA - Fixes after review
  • Loading branch information
nirupa-kumar authored and beccasaurus committed Sep 21, 2018
1 parent d4daf48 commit 730f0e6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/google-cloud-vision/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ Commands:
metadata
detect.js fulltext <fileName> Extracts full text from a local image file.
detect.js fulltext-gcs <bucketName> <fileName> Extracts full text from an image in Google Cloud Storage.
detect.js pdf <bucketName> <fileName> Extracts full text from a pdf file
detect.js localize-objects <fileName> Detects Objects in a local image file
detect.js localize-objects-gcs <gcsUri> Detects Objects Google Cloud Storage Bucket
Options:
--version Show version number [boolean]
Expand Down Expand Up @@ -88,6 +91,9 @@ Examples:
node detect.js web-geo-gcs my-bucket your-image.jpg
node detect.js fulltext ./resources/wakeupcat.jpg
node detect.js fulltext-gcs my-bucket your-image.jpg
node detect.js pdf my-bucket my-pdf.pdf
node detect.js localize-objects ./resources/duck_and_truck.jpg
node detect.js localize-objects-gcs gs://bucket/bucketImage.png
For more information, see https://cloud.google.com/vision/docs
```
Expand Down

0 comments on commit 730f0e6

Please sign in to comment.