00 Live Index
01 Semantic Search
Query the filing in plain language.
No keyword syntax required.
02 Ask the Filing
Investor-grade answers, grounded in cited events.
LLM ✦ synthesises prose via Claude Haiku (uses API credits). Every answer cites its source events.03 Pipeline
From raw PDF to machine-readable capital history.
schema.py.all-MiniLM-L6-v2 embeddings for semantic recall.search_events / get_event_detail tools./ingest /search /ask /verify /report.04 What It Extracts
Every event, every field, schema-validated.
05 Evaluation
Not a demo. Measured against a gold set.
Measured on the real Ola Electric DRHP (primary allotment tables, hand-verified gold) via python evaluate.py fixtures/ola_drhp_extracted.json fixtures/ola_drhp_gold.json — 0 false positives (secondary transfers correctly excluded); the single miss is an allotment whose share count sits in prose, not a column.
06 Ingest
Upload a filing. Extract events in seconds.
Supports DRHP, IPO prospectus, annual reports · PDF only · OCR runs automatically on scanned documents
07 Verify
Contradiction detection. Arithmetic & timeline checks.
Flags mismatched share counts, overlapping date ranges, and arithmetic errors across indexed events. Free — no API call.
08 Report
Capital history brief. Source-backed. Audit-ready.
Generates a structured brief citing the exact page and event for every claim. Free — uses indexed events only.