Reputation: 41
I thank you ahead for your advice and help.
I am currently trying to use GCP functions such as Vision API and Google Cloud Storage.
Here is my questions
Is it possible to upload image saved on local desktop to Google Cloud Storage through base 64 encoding?
If possible, Is it also possible to call the GCP Vision API for the image stored in GC Storage?
After getting returned values from the API call, Is it possible to modify the original image in the storage? like, after getting the text position(JSON) on the image from Document_text_detection function I want to draw some boxes on the original image and save the modified image on the storage.
If you have any related resources please enlighten me!!
thank you again!
Upvotes: 0
Views: 257
Reputation: 335
You can use Cloud Functions to automate this process.
Upvotes: 0