What is the PRIMARY purpose of using the PARSE_DOCUMENT function in a Snowflake Cortex LLM?
Snowflake Cortex PARSE_DOCUMENT extracts content from documents stored on a Snowflake stage. It supports OCR and layout extraction and returns the extracted content in a JSON-formatted string, making it suitable for extracting text from unstructured documents.
Community Discussion