I'd like to recognize checkbox selection-marks ( [x]/[✓] ) on Image(png, jpg etc) with the form-recognizer.

Ibrar Sakhi Khan 0 Reputation points
2023-03-14T15:26:38.0133333+00:00

Dear azure team i need to verify check box status either it is checked or unchecked kindly guide how can i do that. I have both subscriptions form recognizer and computer vision

Computer Vision
Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
415 questions
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,100 questions
{count} votes

1 answer

Sort by: Most helpful
  1. VasaviLankipalle-MSFT 18,676 Reputation points Moderator
    2023-03-14T20:59:40.79+00:00

    Hi @Ibrar Sakhi Khan , Thanks for using Microsoft Q&A Platform.

    Yes, selection marks are supported in the Azure Form Recognizer.

    Please refer to this form recognizer quick start guide to get started with: https://learn.microsoft.com/en-us/azure/applied-ai-services/form-recognizer/studio-overview?view=form-recog-3.0.0#get-started-using-form-recognizer-studio

    The file formats supported by Form Recognizer models are listed below: https://learn.microsoft.com/en-us/azure/applied-ai-services/form-recognizer/concept-read?view=form-recog-3.0.0#input-requirementsUser's image

    You can learn more about the model's overview here: https://learn.microsoft.com/en-us/azure/applied-ai-services/form-recognizer/concept-model-overview?view=form-recog-3.0.0#model-overview

    The models that support selection marks are:

    FYI, you can use a pre-built model or train a custom model specific to your needs and use cases. Form Recognizer can be used with the REST API as well as the Python, C#, Java, and JavaScript SDKs.

    I used pre-built layout model in Form Recognizer Studio, and here is an example screenshot. I hope you're looking for something similar.User's image

    I hope this helps. Let me know if you have any questions.

    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.