Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Tzetha
/
Midterm_Project
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f532ed6
Midterm_Project
/
setup.sh
Tzetha
Update setup.sh
f532ed6
verified
11 days ago
raw
Copy download link
history
blame
Safe
155 Bytes
#!/bin/bash
# Install Tesseract OCR
apt-get update && apt-get install -y tesseract-ocr
# Install required Python packages
pip install -r requirements.txt