Spaces:
Runtime error
Runtime error
Sarath2002
commited on
Commit
•
b074f0f
1
Parent(s):
7ae82e4
Update app.py
Browse files
app.py
CHANGED
@@ -4,8 +4,7 @@ from support import processor
|
|
4 |
import os
|
5 |
|
6 |
os.system("pip install -r requirements.txt")
|
7 |
-
|
8 |
-
os.system('pip install -q pytesseract')
|
9 |
|
10 |
def OCR_processor(input_image):
|
11 |
##input_image = Image.open(input_image)
|
|
|
4 |
import os
|
5 |
|
6 |
os.system("pip install -r requirements.txt")
|
7 |
+
|
|
|
8 |
|
9 |
def OCR_processor(input_image):
|
10 |
##input_image = Image.open(input_image)
|