Didier's picture
Update setup.sh
a9a7c20 verified
raw
history blame
150 Bytes
#!/bin/bash
# Install Tesseract OCR
apt-get update && apt-get install -y tesseract-ocr
# Verify installation
tesseract --version
chmod +x setup.sh