Creator Scripts.
Creator Scripts.
Zoho Trusted Partner in Digital Transformation

Powerful Image Analysis in Zoho with Google Cloud Vision API

19.06.18 02:20 PM By CreatorScripts

googlecloudvisionapi

Google Cloud Vision API enables developers to understand the content of an image by encapsulating powerful machine learning models in an easy to use REST API. It quickly classifies images into thousands of categories (e.g., "sailboat", "lion", "Eiffel Tower"),detects individual objects and faces within images, and finds and reads printed words contained within images. You can build metadata on your image catalog, moderate offensive content, or enable new marketing scenarios through image sentiment analysis. Analyze images uploaded in the requestor integrate with your image storage on Google Cloud Storage.


Insight From Your Images

Easily detect broad sets of objects in your images, from flowers, animals, or transportation to thousands of other object categories commonly found within images. Vision API improves over time as new concepts are introduced and accuracy is improved.

Detect Inappropriate Content

Powered by Google SafeSearch, easily moderate content from your crowd sourced images. Vision API enables you to detect different types of inappropriate content from adult to violent content.


Power of the Web

Vision API uses the power of Google Image Search to find topical entities like celebrities, logos, or news events. Combine this with Visually Similar Search to find similar images on the web.

Extract Text

Optical Character Recognition (OCR) enables you to detect text within your images, along with automatic language identification. Vision API supports a broad set of languages.

We have made the integration with Google Vision API into Zoho Creator a breeze & accessible. You can GET access to the entire script in our Deluge Script Library along with other useful scripts ready to copy and paste into your application.

//Google Vision API Script

googleOCR = "https://vision.googleapis.com/v1/images:annotate?key=" + apiKey;

ocrResponse = postUrl(googleOCR,requestString);

CreatorScripts