What is the PRIMARY purpose of the use of the PARSE_DOCUMENT function in Snowflake?
Correct Answer: C
The PARSE_DOCUMENT function is part of Snowflake Cortex AI and is designed specifically to extract text, layout information, and structured elements from unstructured documents, especially PDFs. It supports OCR-based extraction for scanned files and layout-aware extraction to preserve tables, headings, and format structure.
Its purpose is not PII detection; Snowflake does not provide built-in automatic PII identification via PARSE_DOCUMENT. It does not identify candidate data for directory tables and is unrelated to JSON parsing-Snowflake uses PARSE_JSON for JSON data.
PARSE_DOCUMENT is primarily used for workflows such as contract analysis, invoice extraction, document classification, compliance automation, and downstream AI enrichment.