pragnakalp commited on
Commit
c327093
·
1 Parent(s): 5a6f415

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -124,6 +124,7 @@ def generate_ocr(Method,img):
124
  try:
125
  text_output = ''
126
  add_csv = []
 
127
  print("Method___________________",Method)
128
  if Method == 'EasyOCR':
129
  text_output = ocr_with_easy(img)
 
124
  try:
125
  text_output = ''
126
  add_csv = []
127
+ print(img)
128
  print("Method___________________",Method)
129
  if Method == 'EasyOCR':
130
  text_output = ocr_with_easy(img)