QuestionQ51
Implement information extraction solutionsYou have a Microsoft Foundry project that contains an agent.
The agent uses a knowledge source built from documents stored in Azure Blob Storage. The documents include digitally scanned PDFs containing tables that span multiple pages.
Your current ingestion job extracts only plain text, which causes the loss of table structure, headings, and page-number metadata. Users frequently ask questions that require retrieving specific table rows across pages.
You need to configure an ingestion job for a Retrieval Augmented Generation (RAG) pipeline that:
- Performs optical character recognition (OCR) on the scanned PDFs
- Preserves tables and headings as structure-aware chunks
- Stores page-number metadata with each chunk
How should you configure the ingestion job?
- A Use advanced data parsing to reingest the documents.
- B Use OCR and page-level chunking.
- C Use page-level OCR extraction and store each page as a single chunk.
- D Use basic parsing and fixed-size chunking.
Community Discussion