Soumen commited on
Commit
5ca7503
·
1 Parent(s): 6688fa3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -18,8 +18,8 @@ To perform basic and useful NLP task with Streamlit, Spacy, Textblob and Gensim
18
  """
19
  # Core Pkgs
20
  import os
21
- os.system('sudo apt-get install tesseract-ocr-all')
22
- #os.system('sudo apt-get install tesseract-ocr-ben')
23
  os.system('pip install -q pytesseract')
24
  import streamlit as st
25
  import os
 
18
  """
19
  # Core Pkgs
20
  import os
21
+ os.system('sudo apt-get install tesseract-ocr-eng')
22
+ os.system('sudo apt-get install tesseract-ocr-ben')
23
  os.system('pip install -q pytesseract')
24
  import streamlit as st
25
  import os