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