Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
PRIYANSHUDHAKED
/
Data_Extraction_OCR
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
PRIYANSHUDHAKED
commited on
Sep 28, 2024
Commit
cdadee9
·
verified
·
1 Parent(s):
b679628
Create setup.sh
Browse files
Files changed (1)
hide
show
setup.sh
+9
-0
setup.sh
ADDED
Viewed
@@ -0,0 +1,9 @@
1
+
#!/bin/bash
2
+
3
+
# Update the package list
4
+
apt-get update
5
+
6
+
# Install tesseract-ocr
7
+
apt-get install -y pytesseract
8
+
9
+
# You can add other dependencies here if needed