Use when processing large PDFs, document collections, or bulk text extraction tasks that benefit from GPU-accelerated processing. Triggers when the user provides large documents or needs bulk document analysis.
Process large documents and document collections using GPU-accelerated tools. This skill uses the sandbox-as-tool pattern: the agent runs on CPU for reasoning, and sends document processing work to a GPU-equipped environment.
Use this skill when:
This skill follows the sandbox-as-tool pattern for GPU execution:
This separation ensures:
Extract text content from PDF documents with layout preservation:
Extract tables from documents into structured formats:
Split large documents into meaningful chunks for analysis:
Generate vector embeddings for document chunks:
For multiple documents:
When reporting document processing results:
For production deployments, GPU document processing can leverage:
See NVIDIA's NIM documentation for self-hosted deployment options.