---
title: Persian OCR System
emoji: 💻
colorFrom: green
colorTo: gray
sdk: gradio
sdk_version: 5.17.1
app_file: app.py
pinned: true
license: mit
---
📄 Multi-Format Support
Process images (JPG/PNG) and PDF documents with embedded text extraction
🤖 AI-Powered OCR
Combination of transformer models and traditional OCR engines
⚡ Real-Time Processing
GPU acceleration support for fast document processing
🌐 Multi-Language Support
Supports Persian, English, and other languages
## 🛠️ Installation
```bash
# Clone the repository
git clone https://github.com/yourusername/persian-ocr-system.git
cd persian-ocr-system
# Create virtual environment
python -m venv venv
source venv/bin/activate # Windows: venv\Scripts\activate
# Install dependencies
pip install -r requirements.txt
# Run the system
python app.py
```