Which cognitive service can identify circled, underline or checked words in a form ?

Sharma, Manish 21 Reputation points
2023-04-11T14:40:59.4833333+00:00

In the below sample we want to identify whether outpatient is circled or not. User's image

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,669 questions
{count} votes

1 answer

Sort by: Most helpful
  1. VasaviLankipalle-MSFT 18,676 Reputation points Moderator
    2023-04-11T21:30:06.78+00:00

    Hi @Sharma, Manish , Thanks for using Microsoft Q&A Platform.

    I don't think there is such service to identify whether a word is circled or not. But you can try Azure Form Recognizer service as it can be used to extract text and data from forms. It uses machine learning-based optical character recognition (OCR) to extract key-value pairs, selection marks, tables, and text from documents such as invoices, receipts, and forms.

    There are some pre-built models you can try those to get start with: https://learn.microsoft.com/en-us/azure/applied-ai-services/form-recognizer/quickstarts/try-form-recognizer-studio?view=form-recog-3.0.0

    As mentioned, you can try custom text classification service to classify text into multiple categories or classes: https://learn.microsoft.com/en-us/azure/cognitive-services/language-service/custom-text-classification/quickstart?tabs=multi-classification&pivots=rest-ap

    I hope this helps.

    Regards,

    Vasavi

    -Please kindly accept the answer and vote 'Yes' if you feel helpful to support the community, thanks.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.