pengdaqian commited on
Commit
c50b7ce
·
1 Parent(s): c328466

delete log

Browse files
Files changed (1) hide show
  1. ocr.py +1 -1
ocr.py CHANGED
@@ -55,7 +55,7 @@ def get_tags(txt):
55
  'confidence': 1,
56
  })
57
  # Return the list of tags
58
- return tags
59
 
60
 
61
  def ocr(reader, chatbot, file_path: str):
 
55
  'confidence': 1,
56
  })
57
  # Return the list of tags
58
+ return extract_tags
59
 
60
 
61
  def ocr(reader, chatbot, file_path: str):