Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Didier
/
Optical_character_recognition
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d72d200
Optical_character_recognition
/
setup.sh
Didier
Update setup.sh
c1ae702
verified
2 months ago
raw
Copy download link
history
blame
Safe
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