Which vision ai model is suitable for reading and extracting data from a graph (bar, line or combined) ?

Avinash Shrivastava 0 Reputation points
2024-04-24T17:26:20.85+00:00

I am working on a project where I am attempting to use an AI model to read graphs accurately and extract data from them. I have tried many models, but the accuracy is low. What about Azure Computer Vision and Custom Vision? Do they have this capability?

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
312 questions
Azure AI Custom Vision
Azure AI Custom Vision
An Azure artificial intelligence service and end-to-end platform for applying computer vision to specific domains.
220 questions
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,389 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. VasaviLankipalle-MSFT 14,421 Reputation points
    2024-04-24T22:47:15.0933333+00:00

    Hello @Avinash Shrivastava , Thanks for using Microsoft Q&A Platform.

    I will try to explain between these Azure Computer Vision, Document intelligence and Custom Vision services.

    The Azure AI Vision Image Analysis feature can extract a wide variety of visual features from your images.User's image

    Similarly, Document intelligence models extracts data even from forms and documents and return structured content.

    To read and extract the data from a graph, I believe document intelligence layout model with output format style: Markdown might help in your case. It can read the figures. please go through this documentation for more information.

    User's image

    However, Azure AI Custom Vision is an image recognition service that helps you build, deploy, and enhance your own image identifier models. An image identifier applies labels to images, so each label represents a classification or object. This may not be helpful.

    Please choose the service that best fits your use case.

    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