Install IndicPhotoOCR

August 27, 2025 - 1 minute read - Category: Starter

Installation

Use Python 3.10 and install IndicPhotoOCR directly from the repository.

conda create -n indicphotoocr python=3.10 -y
conda activate indicphotoocr
git clone https://github.com/Bhashini-IITJ/IndicPhotoOCR.git
cd IndicPhotoOCR
pip install -e .

Shell installation

For an automated setup, run the included shell script after cloning the repository.

git clone https://github.com/Bhashini-IITJ/IndicPhotoOCR.git
cd IndicPhotoOCR
chmod +x setup.sh
./setup.sh