The correct answer is D. Document AI .
Document AI is a Snowflake Cortex feature designed to extract information from unstructured documents and make that information usable in structured form, such as rows and columns in Snowflake tables.
Why D is correct:
Document AI processes documents such as PDFs or forms and extracts values from them. The extracted data can then be stored in Snowflake tables for querying, analytics, and downstream processing.
Why the other options are incorrect:
A. Cortex Analyst enables natural language questions over structured data using semantic models. It is not the primary service for extracting data from documents into tables.
B. Cortex Search provides search over text and unstructured/semi-structured data, but it is not the main service for document extraction into tables.
C. Snowflake Copilot assists users with SQL and Snowflake workflows, but it is not the service specifically designed to process documents into table data.
Official Snowflake documentation reference:
Snowflake documentation describes Document AI as a Snowflake Cortex feature that uses AI to extract data from documents and process unstructured data for use in Snowflake.
[Reference: Snowflake Documentation — Document AI; Snowflake Documentation — Snowflake Cortex; SnowPro Core Study Guide — Working with Semi-Structured Data and Snowflake Architecture., ==]