How to review a contract PDF with Claude
Quando usar: You need to understand what's in a 50-page contract and flag unusual clauses.
Fluxo
-
Read the full PDFUse read_pdf on ./contracts/msa-acme.pdf. Extract text and metadata.✓ Copiado→ Full text + author/title/date metadata
-
Ask for a structured summarySummarize: parties, term, payment terms, IP, termination, unusual clauses. Quote the exact clause for each.✓ Copiado→ Structured summary with quotes
-
Red-flag reviewCompared to a standard SaaS MSA, what clauses are unusual or risky? Cite page numbers.✓ Copiado→ Prioritized list of things to negotiate
Resultado: A 15-minute review instead of a 2-hour one — with citations.
Armadilhas
- Scanned PDFs return empty text — pdf-reader needs a text layer; run
ocrmypdf input.pdf output.pdffirst