Can I Compare Two PDFs for Discrepancies?

0
30
Asked By CuriousCoder92 On

I'm looking to see if it's feasible to compare two unstructured documents, specifically a Purchase Order and an invoice. I get that I can extract text from both documents, but I want to know if there's a way to compare the data within them to identify any discrepancies. Is this possible?

6 Answers

Answered By InnovatorX On

You could look into using agent orchestration in Foundry. It involves having separate agents for each document type, plus a third one dedicated to comparing the extracted data.

Answered By SkepticSam On

The short answer is no, it's not straightforward. You'd need to create a program that can understand the content of both documents to make accurate comparisons. But even then, it's not guaranteed to be 100% reliable.

Answered By DataDynamo21 On

Check out this solution accelerator on GitHub that uses Document Intelligence and Azure OpenAI. It could give you a good head start on your project!

Answered By AIEnthusiast44 On

Yes, it's possible! You might want to try out SearchAI Assist, which can help with the comparison process. It looks promising!

Answered By TechieWhiz87 On

Yes, you can definitely compare two documents using a combination of Document Intelligence and Azure OpenAI services. First, extract the data from both documents using Document Intelligence. Then, you can use GPT-4 to handle the comparison within the Azure OpenAI framework. If coding isn't your thing, consider using Logic Apps to orchestrate the workflow. Need specific guidance? Feel free to reach out!

Answered By DocComparePro On

Also, you might want to explore Egnyte's document comparison feature. It allows users to compare files with previous versions or other files and highlights differences, making it easier to track changes and maintain accuracy. Let me know if you want to dive deeper into how this can fit your use case!

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.