Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
quadranttechnologies
/
Receipt_Image_Analyzer
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Dileep7729
commited on
Jan 5
Commit
3bfcaf2
·
verified
·
1 Parent(s):
b33ffff
Upload 2 files
Browse files
Files changed (2)
hide
show
apt.txt
+3
-0
start.sh
+3
-0
apt.txt
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
tesseract-ocr
2
+
libtesseract-dev
3
+
libleptonica-dev
start.sh
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
#!/bin/bash
2
+
apt-get update && apt-get install -y tesseract-ocr libtesseract-dev
3
+
python app.py