QuestionQ31
Implement information extraction solutionsYou have an application that processes scanned PDF invoices. The invoices use varied layouts and include tables that span multiple pages.
Your pipeline uses optical character recognition (OCR) to extract totals and invoice numbers, but the results are frequently incorrect because the document's structure is ignored.
You need a solution that provides OCR, layout analysis, and field extraction that generalizes across templates. The solution must NOT require training a custom model, and it must minimize administrative effort.
What should you include in the solution?
- A Azure Language in Foundry Tools
- B Azure Content Understanding in Foundry Tools
- C an Azure Machine Learning model
Community Discussion