Update app.py
Browse files
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 |
|