What problem does it solve?
This Skill reduces the time and effort required to extract text, tables, and structured information from large document collections, especially when conventional CPU-only processing becomes too slow or costly.
Core Features & Use Cases
- GPU-accelerated document processing: Offloads heavy parsing and embedding workloads to a GPU-equipped environment while keeping the main agent reasoning on CPU.
- Layout-preserving PDF extraction: Detects headers, paragraphs, lists, and tables with page and section boundaries maintained.
- Table extraction into structured data: Converts PDF tables into CSV/DataFrames with column typing and support for merged/multi-row headers.
- Semantic chunking and embedding generation: Produces analysis-ready chunks (default 512 tokens) and generates embeddings for large sets via NVIDIA NeMo Retriever NIM.
Quick Start
Use this Skill when the user provides a large PDF or a batch of documents and ask the agent to extract structured text and tables, then return embeddings for the document chunks.