I'm looking to figure out if it's possible to compare two unstructured documents, specifically a Purchase Order and an Invoice. While I know it's feasible to extract text from both documents, I'm curious if there's a way to compare the data between them and identify any discrepancies.
5 Answers
Absolutely, using SearchAI Assist could be a viable option for your needs. Check it out for document comparison capabilities!
Honestly, the short answer is no—it’s tricky. You'd need a specific program that can understand the contents of both documents, and even then, it might not be foolproof. Just a heads up!
You might want to explore the solution accelerator on GitHub for combining document intelligence with Azure OpenAI. It could give you a structured starting point for your comparison tasks!
Yes, definitely! You can leverage Document Intelligence alongside Azure's OpenAI service for this. First, extract the data from both documents using Document Intelligence, then use GPT-4o to compare the information. If coding isn't your style, Azure Logic Apps can help you automate this process. It’s pretty handy!
Have a look at Egnyte's document comparison feature. It allows you to compare different files and easily spot discrepancies. Might be just what you need!
That sounds promising! I’ll check out Azure Logic Apps for sure.