$ cat projects/bhoomisahayak.md
BhoomiSahayak — Land Record Correction Assistant
Finds gaps in Indian land records and generates a ready-to-file correction packet.
// why: Record errors block loans and inheritance; portals are opaque to navigate.

TL;DR
- Live portal automation: walks KA District→Survey cascade on the real site
- Gujarat PDFs parsed: privacy-safe, files deleted right after parse
- Ready-to-file: printable mutation packet, manual fallback included
// what does it do?
Finds gaps in land records and generates a ready-to-file correction packet. Automates the live Karnataka Bhoomi portal via Playwright, parses Gujarat AnyROR PDFs, prints a mutation packet.
// why this project?
Land-record errors block loans, sales, and inheritance for millions of Indians. Finding out what's wrong means navigating opaque government portals first.
// what broke / learned
Started as blockchain, killed it after field research — the gap was workflow, not integrity.
// results
- Automates the real Karnataka RTC portal end to end, walking its District, Taluk, Hobli, Village, and Survey cascade, verified against the production site. Parses Gujarat AnyROR PDFs privacy-safely, deleting uploaded files right after parsing, with a manual-entry fallback and printable application packets. It grew out of an earlier blockchain concept after field research showed the real gap is workflow, not data integrity.
Tech stack
Source is private; happy to walk through it on a call.
← All Projects