A start-up working on building an app to design memes, wants to 1- Text content scanning from images.
2- extract text from images.
Which API should be used?
Click on the arrows to vote for the correct answer
A. B. C. D.Correct Answer: D.
Option A is INCORRECT because Text Moderation API cannot scan images for text.
Option B is INCORRECT.
Content Moderator Review tool provides services that combines human review with the machine learning content moderation.
This is not an API.
Option C is INCORRECT.
Custom term API helps the creation of custom term lists to be used with Text Moderation API.
Option D is CORRECT.
Image Moderation API can perform both the listed activities.
References:
Based on the given requirements, the API that can be used to extract text from images is the Image Moderation API. This API allows you to extract text from an image and returns a JSON response that contains the extracted text.
The Text Moderation API and Content Moderator Review tool are used for text moderation, which involves scanning text content for inappropriate or harmful language, and identifying potential issues such as offensive language or personal information.
The Custom Term API is used to identify custom terms and phrases within text content. It allows you to define custom lists of terms and phrases, and then uses machine learning to identify instances of those terms within text content.
Therefore, the Image Moderation API is the most suitable option for extracting text from images, as it is specifically designed for this purpose. However, it is important to note that the accuracy of the text extraction may vary depending on the quality of the image and the complexity of the text.