How to review a contract PDF with Claude
Wann einsetzen: You need to understand what's in a 50-page contract and flag unusual clauses.
Ablauf
-
Read the full PDFUse read_pdf on ./contracts/msa-acme.pdf. Extract text and metadata.✓ Kopiert→ 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.✓ Kopiert→ Structured summary with quotes
-
Red-flag reviewCompared to a standard SaaS MSA, what clauses are unusual or risky? Cite page numbers.✓ Kopiert→ Prioritized list of things to negotiate
Ergebnis: A 15-minute review instead of a 2-hour one — with citations.
Fallstricke
- Scanned PDFs return empty text — pdf-reader needs a text layer; run
ocrmypdf input.pdf output.pdffirst