Update processing_magi.py
Browse files- processing_magi.py +1 -1
processing_magi.py
CHANGED
|
@@ -50,7 +50,7 @@ class MagiProcessor():
|
|
| 50 |
character_detection_threshold=0.3,
|
| 51 |
panel_detection_threshold=0.2,
|
| 52 |
text_detection_threshold=0.25,
|
| 53 |
-
character_character_matching_threshold=0.
|
| 54 |
text_character_matching_threshold=0.4,
|
| 55 |
):
|
| 56 |
assert self.config.disable_detections is False
|
|
|
|
| 50 |
character_detection_threshold=0.3,
|
| 51 |
panel_detection_threshold=0.2,
|
| 52 |
text_detection_threshold=0.25,
|
| 53 |
+
character_character_matching_threshold=0.65,
|
| 54 |
text_character_matching_threshold=0.4,
|
| 55 |
):
|
| 56 |
assert self.config.disable_detections is False
|