Hugging Face
Models
Datasets
Spaces
Posts
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 29, 2024
Commit
d02a115
·
verified
·
1 Parent(s):
1310d66
Delete setup.sh
Browse files
Files changed (1)
hide
show
setup.sh
+0
-9
setup.sh
DELETED
Viewed
@@ -1,9 +0,0 @@
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