Exam AI-102 All QuestionsBrowse all questions from this exam
Question 103

HOTSPOT

-

You are building an app that will share user images.

You need to configure the app to meet the following requirements:

• Uploaded images must be scanned and any text must be extracted from the images.

• Extracted text must be analyzed for the presence of profane language.

• The solution must minimize development effort.

What should you use for each requirement? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

    Correct Answer:

Discussion
haby

Azure AI vision for me. Both Document Intelligence and AI vision have OCR, but document inte is more for structure and semi-structure files, like pdf doc, w-2, forms, etc. AI vision is easier to extract simple text from general images.

Murtuza

Text Extraction from Images: You can use an Optical Character Recognition (OCR) service to scan and extract text from the uploaded images. Computer Vision API are examples of services that provide OCR capabilities. Profanity Check: Once the text is extracted, you can use a text analytics service to analyze the presence of profane language. Services Content Moderator API can help identify and filter out inappropriate content.

audlindr

I hope the Questions are revisited by Microsoft. Why would there be a question on deprecated services https://learn.microsoft.com/en-us/azure/ai-services/content-moderator/overview Azure Content Moderator is being deprecated in February 2024, and will be retired by February 2027. It is being replaced by Azure AI Content Safety, which offers advanced AI features and enhanced performance.

[Removed]

I agree, insert profanity here to show my frustration! AND YOU CAN USE AI Content Safety to detect it :D

ShardulShende

Why not Azure AI Document Intelligence for the first option?

ShardulShende

Should be Azure AI Document Intelligence. Document Intelligence Read Optical Character Recognition (OCR) model runs at a higher resolution than Azure AI Vision Read and extracts print and handwritten text from PDF documents and scanned images. https://learn.microsoft.com/en-us/answers/questions/1512283/vision-studio-vs-document-intelligence-studio-ocr

rookiee1111

Azure AI Computer Vision has ReadApi for OCR feature to extract text from images, and content moderator for removing anything profane

rookiee1111

Azure AI Document Intelligence (formerly Form Recognizer): Purpose: Specialized document analysis. Capabilities: Advanced OCR to extract text, key-value pairs, and table data from documents. Customizable models to extract structured data from forms and invoices. Tailored for processing documents such as forms, receipts, invoices, business cards, and other structured documents. Here we are dealing with scanned images

NagaoShingo

1. Azure AI Document Intelligence 2. Content Moderator

Toby86

We're looking at Images, not documents. And if the images contained documents, we don't know that from the question. Answer is correct

takaimomoGcup

1. Azure AI Document Intelligence 2. Content Moderator

funny_penguin

on exam but with AI Content Safety instead of content moderator. For the first, I chose Azure AI Document Intelligence