Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Aumkeshchy2003
/
Gradio-OCR
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Aumkeshchy2003
commited on
Sep 30, 2024
Commit
43d46ed
·
verified
·
1 Parent(s):
b456df8
Update setup.sh
Browse files
Files changed (1)
hide
show
setup.sh
+2
-1
setup.sh
CHANGED
Viewed
@@ -1,2 +1,3 @@
1
#!/bin/bash
2
-
apt-get update
&& apt
-
get install -
y
tesseract-ocr tesseract-ocr-hin
1
#!/bin/bash
2
+
apt-get update -y
3
+
apt-get install -y tesseract-ocr tesseract-ocr-hin libtesseract-dev