Automated extraction of key clauses from supplier contracts.
Given a set of supplier PDF contracts, the tool extracts the information a CFO or legal team actually needs: parties involved, contract dates, amounts, penalties, renewal and termination conditions.
The output is a structured HTML report with a flagged list of items that warrant attention — unusual clauses, missing fields, tight deadlines, or high-risk penalty terms.
- PDFs are parsed and the text is extracted
- A language model (Claude via OpenRouter) reads each contract and returns structured data in a defined format
- The tool applies a set of rules to identify points of vigilance
- An HTML report is generated, readable without any technical knowledge
- Python
- pdfplumber for text extraction
- Claude (via OpenRouter) for structured extraction
- HTML report output
Designed for finance and legal teams who need to review large volumes of supplier contracts quickly. The tool does not replace legal review — it surfaces the key data so humans can focus their attention.
Sonam — github.com/scrumier