Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Didier
/
Optical_character_recognition
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2b2c58c
Optical_character_recognition
/
setup.sh
Didier
Update setup.sh
a9a7c20
verified
2 months ago
raw
Copy download link
history
blame
Safe
150 Bytes
#!/bin/bash
# Install Tesseract OCR
apt-get update && apt-get install -y tesseract-ocr
# Verify installation
tesseract --version
chmod
+x setup.sh