Sarat Chandra Ventrapragada commited on
Commit
f169836
1 Parent(s): 25afb11

first commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ def runalgo():
103
  table_cells_index[i] = [header_rows_index[i]] + b
104
 
105
  # for ech cell tesseract is used to extract the text and stored in a 2d list.
106
- pytesseract.pytesseract.tesseract_cmd = "/opt/homebrew/Cellar/tesseract/5.3.0_1/bin/tesseract" #this is must for macOS M1
107
  table_contents = []
108
  for i in range(0,len(table_cells_index)):
109
  a = []
 
103
  table_cells_index[i] = [header_rows_index[i]] + b
104
 
105
  # for ech cell tesseract is used to extract the text and stored in a 2d list.
106
+ # pytesseract.pytesseract.tesseract_cmd = "/opt/homebrew/Cellar/tesseract/5.3.0_1/bin/tesseract" #this is must for macOS M1
107
  table_contents = []
108
  for i in range(0,len(table_cells_index)):
109
  a = []