Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow providing an image in base64 #1449

Closed
stephenplusplus opened this issue Jul 26, 2016 · 1 comment
Closed

Allow providing an image in base64 #1449

stephenplusplus opened this issue Jul 26, 2016 · 1 comment
Assignees
Labels
api: vision Issues related to the Cloud Vision API.

Comments

@stephenplusplus
Copy link
Contributor

We currently allow detection from one of the following:

  • an image the user has hosted on GCS
  • a remote image URL
  • an image on disk

We should allow another option, where the user can just provide the image as a base64-encoded image directly.

// originally suggested by @JustinBeckwith

@stephenplusplus
Copy link
Contributor Author

We merged in support for a buffer in #1488.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: vision Issues related to the Cloud Vision API.
Projects
None yet
Development

No branches or pull requests

1 participant