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.