#!/bin/bash # Install system dependencies apt-get update apt-get install -y tesseract-ocr tesseract-ocr-eng poppler-utils # Upgrade pip pip install --upgrade pip # Install Python packages pip install -r requirements.txt echo "Setup complete!"