PersianOCR / README.md
Really-amin's picture
Update README.md
96dc85f verified

A newer version of the Gradio SDK is available: 5.38.2

Upgrade
metadata
title: Persian OCR System
emoji: πŸ’»
colorFrom: green
colorTo: gray
sdk: gradio
sdk_version: 5.17.1
app_file: app.py
pinned: true
license: mit

Persian OCR System 𓃠

✨ Features

πŸ“„ 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

# 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

✨ Made with ❀️

By [Your Name]