can we compare two documents and get the difference using document intelligence?

Elangovan, Nandha 45 Reputation points
2024-09-02T15:20:35.76+00:00

I have a user input document which i want to compare with the general template document using document intelligence and get the difference between the two documents.

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,123 questions
0 comments No comments
{count} votes

Accepted answer
  1. AshokPeddakotla-MSFT 35,971 Reputation points Moderator
    2024-09-03T06:04:20.7566667+00:00

    Elangovan, Nandha Greetings!

    I have a user input document which i want to compare with the general template document using document intelligence and get the difference between the two documents.

    Can you add more details? If you are not looking for programmatic approach, please have a look at the AI Hub solution page. It has an option to compare different versions of your documents with the powerful combination of GPT-4 and Azure Document Intelligence.

    For Programmatic approach, to achieve this, you can use prebuilt models or train custom models to extract the necessary information from your documents. Once the data is extracted, you can programmatically compare the extracted data to highlight the differences.

    For example, you can use Use Document Intelligence models to extract key-value pairs, tables, and other structured data from both documents. Then, you can write a script to compare these extracted elements and identify any differences.

    Please see Use Document Intelligence models and Azure Document Intelligence client library for .NET for samples.

    I hope this helps. Do let me know if there are any further queries.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further queries do let us know.


0 additional answers

Sort by: Most helpful

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.