Is It Possible to Compare Two PDFs for Discrepancies?

0
5
Asked By CuriousCat42 On

I'm trying to find out if it's feasible to compare two unstructured documents, specifically a Purchase Order and an Invoice. I know the text can be extracted from both documents, but I want to confirm if there's a way to analyze their data and identify any discrepancies between them. Can anyone provide insights or methods to accomplish this?

6 Answers

Answered By HelpfulHank On

Yes, it is possible! You might want to look into SearchAI Assist for this task. It can help you analyze and compare document data efficiently.

Answered By Innovator59 On

I've heard about the new agent orchestration in Foundry. It uses two agents to extract data from each document type, then a third agent to compare them. It could really streamline what you're trying to do!

Answered By CodeMaster101 On

Check out the GitHub repo for a solution accelerator that uses Document Intelligence alongside Azure OpenAI. It might give you a solid starting point for what you're trying to achieve!

Answered By DataDynamo On

You should also check out Egnyte's Document Comparison feature. It allows you to compare files with previous versions or even with different files, highlighting the differences. This could be a great tool for maintaining accuracy across your documents! Let me know if you want to dive into the details.

Answered By TechWhiz99 On

Absolutely! You can use a combination of Document Intelligence and the Azure OpenAI service. First, extract the data from the documents using Document Intelligence, and then you can prompt GPT-4 to perform the comparison. If you prefer a no-code solution, consider using Logic Apps to orchestrate the process. It's a handy way to automate the comparison without diving into code. Let me know if you have any questions about setting it up!

Answered By SkepticalMind On

Honestly, the short answer is no; comparing unstructured PDFs isn’t straightforward. You would need a specialized program that understands the content of both documents, and even then, it might not be 100% reliable. So keep that in mind when you're planning.

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.