Convert code screenshots to copyable text using AI.
🔧 Custom OpenAI-compatible API - Support for various OpenAI-compatible APIs
📡 Real-time streaming output - Live code extraction with progress feedback
🌍 Multi-language interface - English, Chinese, and Japanese support
-
Clone the repository
git clone https://github.com/jeremy-feng/codeocr.git cd codeocr
-
Backend Setup
cd backend uv sync uv run main.py
-
Frontend Setup
cd frontend pnpm install pnpm dev
-
Configure environment variables
cd frontend cp .env.example .env # Edit .env to set your environment variables
-
Deploy with Docker Compose
docker compose up -d