Didier's picture
Create setup.sh
86aee9f verified
raw
history blame
131 Bytes
#!/bin/bash
# Install Tesseract OCR
apt-get update && apt-get install -y tesseract-ocr
# Verify installation
tesseract --version