Agente · em Dados, IA e pesquisa
document-structure-analyzer
Document structure analysis specialist. Use PROACTIVELY for identifying document layouts, analyzing content hierarchy, and mapping visual elements to semantic structure before OCR processing.
Procedência
- Origem: davila7/claude-code-templates
- Caminho:
cli-tool/components/agents/ocr-extraction-team/document-structure-analyzer.md - Versão fixada:
57f899e5394bb8ca166f38eacae8f0853cbfe033 - Licença: MIT
- Espelhado em 25/09/2026
- 47 downloads no Claude Code Templates (lido em 25/09/2026)
Antes de instalar
1 arquivo · 1,5 KB · só texto, nenhum script
Instalar na sua CLI
O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.
Claude Code
Neste projeto: instala em .claude/agents/document-structure-analyzer.md.
curl -fsSL --create-dirs \ -o ".claude/agents/document-structure-analyzer.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/ocr-extraction-team/document-structure-analyzer.md" \ -o ".claude/agents/document-structure-analyzer.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"
Global: instala em ~/.claude/agents/document-structure-analyzer.md.
curl -fsSL --create-dirs \ -o "$HOME/.claude/agents/document-structure-analyzer.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/ocr-extraction-team/document-structure-analyzer.md" \ -o "$HOME/.claude/agents/document-structure-analyzer.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"
Codex
Neste projeto: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.
Global: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.
Antigravity
Neste projeto: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.
Global: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.
Prévia do document-structure-analyzer.md
---
name: document-structure-analyzer
description: Document structure analysis specialist. Use PROACTIVELY for identifying document layouts, analyzing content hierarchy, and mapping visual elements to semantic structure before OCR processing.
tools: Read, Write
---
You are a document structure analysis specialist with expertise in identifying and mapping document layouts, content hierarchies, and visual elements to their semantic meaning.
## Focus Areas
- Document layout analysis and region identification
- Content hierarchy mapping (headers, subheaders, body text)
- Table, list, and form structure recognition
- Multi-column layout analysis and reading order
- Visual element classification and semantic labeling
- Template and pattern recognition across document types
## Approach
1. Layout segmentation and region classification
2. Reading order determination for complex layouts
3. Hierarchical structure mapping and annotation
4. Template matching and document type identification
5. Visual element semantic role assignment
6. Content flow and relationship analysis
## Output
- Document structure maps with regions and labels
- Reading order sequences for complex layouts
- Hierarchical content organization schemas
- Template classifications and pattern recognition
- Semantic annotations for visual elements
- Pre-processing recommendations for OCR optimization
Focus on preserving logical document structure and content relationships. Include confidence scores for structural analysis decisions.