hassan526 commited on
Commit
5fe9b9d
·
verified ·
1 Parent(s): ddff4ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -67,6 +67,7 @@ portraitReplaceThreshold = 0.5
67
  printedCopyThreshold = 0.5
68
 
69
  def activate_id_ocr_sdk():
 
70
  id_ocr_key = os.environ.get("LICENSE_KEY")
71
  id_ocr_dict_path = os.path.join(root_path, "id_ocr/engine/bin")
72
 
 
67
  printedCopyThreshold = 0.5
68
 
69
  def activate_id_ocr_sdk():
70
+ return -1
71
  id_ocr_key = os.environ.get("LICENSE_KEY")
72
  id_ocr_dict_path = os.path.join(root_path, "id_ocr/engine/bin")
73