Didier's picture
Update setup.sh
c1ae702 verified
raw
history blame contribute delete
179 Bytes
#!/bin/bash
# Update package list
apt-get update
# Install Tesseract OCR
apt-get install -y tesseract-ocr
# Install Poppler for PDF processing
apt-get install -y poppler-utils