# gpu-document-processing

> Claude/Codex skill by [@langchain-ai](https://omgskills.com/library/langchain-ai/index.md) · 29k stars · Updated 2026-08-31

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.

Tags: ai, deepagents, langchain, langgraph, python, typescript

## Install

```sh
git clone https://github.com/langchain-ai/deepagents /tmp/deepagents && ln -s /tmp/deepagents/examples/nvidia_deep_agent/skills/gpu-document-processing ~/.claude/skills/gpu-document-processing
```

## From README

GPU Document Processing Skill 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.

## Links

- HTML page: https://omgskills.com/skills/langchain-ai/deepagents/gpu-document-processing/
- GitHub: https://github.com/langchain-ai/deepagents
- Author: [@langchain-ai](https://omgskills.com/library/langchain-ai/index.md)

## More from this repo

- [langgraph-docs](https://omgskills.com/skills/langchain-ai/deepagents/langgraph-docs/index.md) — Fetches and references LangGraph Python documentation to build stateful agents, create multi-agent workflows, and...
   - [@langchain-ai](https://omgskills.com/library/langchain-ai/index.md) · 29k stars
- [arxiv-search](https://omgskills.com/skills/langchain-ai/deepagents/arxiv-search/index.md) — Searches arXiv for preprints and academic papers, retrieves abstracts, and filters by topic.
   - [@langchain-ai](https://omgskills.com/library/langchain-ai/index.md) · 29k stars
- [blog-post](https://omgskills.com/skills/langchain-ai/deepagents/blog-post/index.md) — Writes and structures long-form blog posts, creates tutorial outlines, and optimizes content for SEO with cover image...
   - [@langchain-ai](https://omgskills.com/library/langchain-ai/index.md) · 29k stars
