Can I Compare Two PDFs for Discrepancies?

0
3
Asked By TechGuru99 On

I'm curious if there's a way to compare two unstructured documents, specifically a Purchase Order and an Invoice. I know that we can extract text from both documents, but is there a method to actually compare their data and spot any discrepancies?

5 Answers

Answered By DevExpert88 On

Check out this GitHub project from Microsoft. It focuses on using document intelligence with Azure OpenAI—you might find it really useful for your use case!

Answered By CodeNinja42 On

Absolutely! You can use a combination of Document Intelligence and Azure OpenAI. First, extract the document data with Document Intelligence, and then use GPT-4 via Azure OpenAI to perform the comparison. If you prefer a no-code approach, you can even orchestrate it with Logic Apps.

Answered By DataMaster77 On

There's also a new agent orchestration in Foundry that could help—two agents extract data from each document type, then a third agent compares the extracted information.

Answered By AnalystQueen35 On

Technically, yes, but with a caveat. For reliable comparisons, you’d need to develop a program that comprehensively understands the content. Even then, it might not be completely reliable.

Answered By DocHacker21 On

You should look into Egnyte's document comparison feature. It lets you compare files with their previous versions or with other files, highlighting differences to help maintain accuracy. Let me know if this fits your needs, and we can chat more about it!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.