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