databricks-parsing

Parse PDF, DOCX, PPTX, and images into structured text using ai_parse_document.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/LaurentPRAT-DB/LPT_claude_config --skill databricks-parsing-laurentprat-db
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: databricks-parsing
Source: https://github.com/LaurentPRAT-DB/LPT_claude_config/tree/main/skills/databricks-parsing
Command: npx skills add https://github.com/LaurentPRAT-DB/LPT_claude_config --skill databricks-parsing-laurentprat-db

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the extraction of text and structured data from various document types, enabling efficient data ingestion and the creation of custom Retrieval Augmented Generation (RAG) pipelines.

Core Features & Use Cases

  • Document Parsing: Extracts content from PDFs, DOCX, PPTX, and images using the ai_parse_document SQL function.
  • RAG Pipeline Foundation: Provides the initial step for building custom RAG systems by parsing documents for subsequent chunking and indexing.
  • Data Extraction: Facilitates the extraction of specific fields from unstructured documents into structured formats.
  • Use Case: When a user needs to ingest a collection of research papers stored as PDFs into a searchable knowledge base, this skill can parse them, preparing the text for embedding and retrieval.

Quick Start

Parse all PDF documents located in the '/Volumes/catalog/schema/volume/docs/' directory.

Frequently Asked Questions about databricks-parsing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I parse PDF documents into structured text for a RAG pipeline in Databricks?

The `ai_parse_document` SQL function parses unstructured PDFs, DOCX, PPTX, and images into structured text, providing the foundational data extraction step needed to build custom Retrieval Augmented Generation pipelines.

Does the Databricks ai_parse_document SQL function support image extraction and custom output schemas?

Yes, the Databricks `ai_parse_document` function supports parsing images and includes advanced options for generating image descriptions and specifying output schema versions to format the extracted structured data.

What is the best way to ingest unstructured research papers stored as PDFs in Databricks Volumes?

The best way to ingest unstructured PDFs from Databricks Volumes is to apply the `ai_parse_document` function to the target directory, which automates content extraction and prepares the text for subsequent chunking and embedding.

Can I extract specific data fields from PPTX and DOCX files using Databricks SQL?

Yes, you can extract specific fields from PPTX and DOCX files using Databricks SQL by leveraging the `ai_parse_document` function to pull structured data from unstructured documents stored in your configured Volumes.