Skip to Content

AI-102: Does Azure AI Vision Meet the Requirements for Social Media Text Extraction Apps?

Learn why Azure AI Vision alone may not fulfill the requirements for creating an app to extract and analyze text from social media posts. Explore better solutions for AI-102 certification scenarios.

Table of Contents

Question

Xerigon Corporation uses the Azure AI Vision service. They have tasked Caroline with the objective of creating an app that will extract text from images in social-media posts that reference Xerigon. The app will search several social-media platforms and could search millions of social-media posts from several countries.

The extracted text will be imported into a database and queried. The results will be ranked based on a favorable opinion of the company.

Caroline decides to include Azure SQL Database and the Computer Vision Image Analysis service.

Does Caroline’s solution meet the objective?

A. Yes
B. No

Answer

B. No

Explanation

Caroline’s solution does not meet the objective. While Azure SQL Database can provide storage for the extracted data, Computer Vision Image Analysis is not the right service to use to extract text from images in social-media posts referencing Xerigon. The Read API within the Computer Vision service would be a better solution. Computer Vision Image Analysis can identify objects in images such as buildings, people, and text. This service is used to analyze objects, categorize images, and identify the type of objects, such as determine if the object is an automobile, person, or building. It can also tag images, detect salacious or unprofessional content, and generate captions for the objects in the image.

In this scenario, the app needs to extract text from images in social-media posts that reference Xerigon. The Read API uses Optical Character Recognition (OCR) to extract image text. It can not only read text from images in social-media posts but also extract words from handwritten text and scanned documents such as receipts, business cards, and other documents. The Read API’s main objective is extracting text, while the Computer Vision Image Analysis service aims to identify objects.

Microsoft Azure AI Engineer Associate AI-102 certification exam practice question and answer (Q&A) dump with detail explanation and reference available free, helpful to pass the Microsoft Azure AI Engineer Associate AI-102 exam and earn Microsoft Azure AI Engineer Associate AI-102 certification.