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
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!
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.
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.
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.
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
xAI Grok Token Calculator
DeepSeek Token Calculator
Google Gemini Token Calculator
Meta LLaMA Token Calculator
OpenAI Token Calculator