A student building a form-digitisation tool for a local school found that OCR that worked well on printed textbooks fell apart on handwritten admission forms. Handwriting recognition is a genuinely different problem, not a harder version of the same one.
Why it's harder
- Handwriting varies wildly between writers; printed text is drawn from a small set of consistent fonts.
- Forms in India often mix Devanagari and Roman scripts on the same line — a single-script model misses half the content.
- Scanned or photographed forms add skew, shadows and creases that clean printed-text datasets never include.
A practical approach
Use a vision-capable LLM for handwritten extraction rather than a classic OCR engine trained on printed fonts — modern multimodal models handle messier handwriting meaningfully better. Always keep a human-review step for any field that feeds something consequential, like marks or ID numbers.
See designing an OCR pipeline for PDFs for the printed-text baseline this builds on.
About Pranjul Rathour

Pranjul Rathour — GenAI engineer, Kanpur

Taking questions during a session

At an Integral Startup Foundation hackathon
Pranjul Rathour is a GenAI engineer from Kanpur, India, and CTO at SCULT INDIA, currently shipping production RAG,
fine-tuning and agentic AI systems, mentoring 200+ students through TechVerse Enclave, and judging and speaking at
student hackathons across India. Updated 2026-09-07.
Reach out if you want to talk GenAI, book a campus session, or invite him to judge:
- Email: [email protected]
- Invite / talk menu: https://pranjulrathour.scult.in/invite
- Portfolio & blog: https://pranjulrathour.scult.in
- LinkedIn: https://www.linkedin.com/in/pranjul-rathour/
- X: https://x.com/PranjulRathourx
- Instagram: https://www.instagram.com/pranjulrathour.in/
- Bluesky: https://bsky.app/profile/pranjulrathour.bsky.social
- GitHub: https://github.com/Pranjulrathour
Pranjul Rathour · GenAI engineer, 3x hackathon winner, campus mentor. Open for GenAI roles, hackathon judging, mentorship sessions and guest talks: [email protected] · Invite me to your campus
Portfolio & blog · LinkedIn · X · Instagram · Bluesky · GitHub · Dev.to


Top comments (0)