Sarath2002 commited on
Commit
b074f0f
1 Parent(s): 7ae82e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -4,8 +4,7 @@ from support import processor
4
  import os
5
 
6
  os.system("pip install -r requirements.txt")
7
- os.system('apt-get install tesseract-ocr -y')
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)