Chitrapathak-1 (Chitra: Image; Pathak: Reader) is a multilingual OCR system built using a Vision–Language Model (VLM) architecture designed specifically for the linguistic diversity and document complexity of the Indian ecosystem. The model formulates OCR as an image-to-text generation task, allowing direct transcription of document images into text across multiple Indic languages. This model is part of the Chitrapathak OCR series and follows a LLaVA-style multimodal architecture.
Chitrapathak-1 integrates a vision encoder with a multilingual large language model, enabling end-to-end OCR generation without relying on traditional multi-stage pipelines. The model supports 10 Indic languages — Hindi, Sanskrit, Bengali, Marathi, Tamil, Telugu, Kannada, Malayalam, Punjabi, and Odia, and is trained on a large corpus of multilingual printed documents.
2. Model Architecture & Training
Key Features
Architecture: Vision–Language Model (LLaVA-style)
Vision Encoder: CLIP ViT-L/14-336
Language Model: Krutrim-1 7B multilingual LLM
Projection Module: 2-layer MLP connecting visual embeddings to the language model token space
Languages Supported: Hindi, Sanskrit, Bengali, Marathi, Tamil, Telugu, Kannada, Malayalam, Punjabi and Odia
Task: Multilingual Optical Character Recognition (OCR)
Input: Document images
Output: Free-form text transcription
Chitrapathak-1 follows a LLaVA-style vision–language architecture where document images are first encoded using a CLIP ViT-L/14-336 vision encoder. The resulting visual embeddings are mapped into the token space of the Krutrim-1 7B multilingual language model through a two-layer MLP projection module, after which the language model autoregressively generates the OCR transcription.
To improve recognition on dense document pages, the model uses dynamic image cropping, which is an aspect-ratio-aware tiling strategy, decomposing each page into multiple crops and a global view before visual encoding.
The model is trained in two stages. During multimodal pretraining, only the projection layer is optimized while the vision encoder and language model remain frozen to stabilize multimodal alignment. This is followed by supervised fine-tuning, where the projection layer and language model are jointly trained on multilingual OCR data while keeping the vision encoder frozen.
Chitrapathak-1 is evaluated on IndicVisionBench-OCR, a multilingual benchmark for OCR performance across Indic scripts.
The benchmark measures Average Normalized Levenshtein Distance (ANLS) at both the word level and character level, where lower scores indicate better OCR quality.
evaluation_results
Chitrapathak-1 demonstrates strong OCR performance across multiple Indic languages, validating the effectiveness of end-to-end vision-language training for multilingual document transcription.