Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AmrElsayeh
/
Surya-ocr
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f453c61
Surya-ocr
/
post-install.sh
AmrElsayeh
Make post-install.sh executable2
f453c61
7 months ago
raw
Copy download link
history
blame
Safe
95 Bytes
#!/bin/bash
sudo apt update
sudo apt install tesseract-ocr
sudo apt install libtesseract-dev