Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
radames/hello-pytesseract
LukeDev
/
Pytesseract-PytesseractJs-LLM-OCR
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Luke
commited on
Jul 31, 2024
Commit
d7fedda
·
1 Parent(s):
2792f82
no message
Browse files
Files changed (1)
hide
show
app.json
+9
-0
app.json
ADDED
Viewed
@@ -0,0 +1,9 @@
1
+
{
2
+
"name": "OCR",
3
+
"scripts": {
4
+
"postdeploy": "npm install"
5
+
},
6
+
"env": {
7
+
"NODE_ENV": "production"
8
+
}
9
+
}