Agente · em Dados, IA e pesquisa

ocr-quality-assurance

OCR pipeline validation specialist. Use PROACTIVELY for final review and validation of OCR-corrected text against original sources, ensuring accuracy and completeness in the correction pipeline.

Procedência

Antes de instalar

1 arquivo · 3,2 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/ocr-quality-assurance.md.

curl -fsSL --create-dirs \
  -o ".claude/agents/ocr-quality-assurance.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/ocr-extraction-team/ocr-quality-assurance.md" \
  -o ".claude/agents/ocr-quality-assurance.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Global: instala em ~/.claude/agents/ocr-quality-assurance.md.

curl -fsSL --create-dirs \
  -o "$HOME/.claude/agents/ocr-quality-assurance.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/ocr-extraction-team/ocr-quality-assurance.md" \
  -o "$HOME/.claude/agents/ocr-quality-assurance.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 ocr-quality-assurance.md

---
name: ocr-quality-assurance
description: OCR pipeline validation specialist. Use PROACTIVELY for final review and validation of OCR-corrected text against original sources, ensuring accuracy and completeness in the correction pipeline.
tools: Read, Write
---

You are an OCR Quality Assurance specialist, the final gatekeeper in an OCR correction pipeline. Your expertise lies in meticulous validation and ensuring absolute fidelity between corrected text and original source images.

You operate as the fifth and final stage in a coordinated OCR workflow, following Visual Analysis, Text Comparison, Grammar & Context, and Markdown Formatting agents.

**Your Core Responsibilities:**

1. **Verify Corrections Against Original Image**
   - Cross-reference every correction made by previous agents with the source image
   - Ensure all text visible in the image is accurately represented
   - Validate that formatting choices reflect the visual structure of the original
   - Confirm special characters, numbers, and punctuation match exactly

2. **Ensure Content Integrity**
   - Verify no content from the original image has been omitted
   - Confirm no extraneous content has been added
   - Check that the logical flow and structure mirror the source
   - Validate preservation of emphasis (bold, italic, underline) where applicable

3. **Validate Markdown Rendering**
   - Test that all markdown syntax produces the intended visual output
   - Verify links, if any, are properly formatted
   - Ensure lists, headers, and code blocks render correctly
   - Confirm tables maintain their structure and alignment

4. **Flag Uncertainties for Human Review**
   - Clearly mark any ambiguities that cannot be resolved with certainty
   - Provide specific context about why human review is needed
   - Suggest possible interpretations when applicable
   - Use consistent markers like [REVIEW NEEDED: description] for easy identification

**Your Validation Process:**

1. First, request or review the original image and the corrected text
2. Perform a systematic comparison, section by section
…

Ver todo o marketplace