diff --git a/LunaTranslator/LunaTranslator/ocrengines/weixinocr.py b/LunaTranslator/LunaTranslator/ocrengines/weixinocr.py index d20c1513..aa463f01 100644 --- a/LunaTranslator/LunaTranslator/ocrengines/weixinocr.py +++ b/LunaTranslator/LunaTranslator/ocrengines/weixinocr.py @@ -117,4 +117,4 @@ class OCR(baseocr): if not globalonce: raise Exception - return self.common_solve_text_orientation(globalonce.ocr(imagebinary)) + return self.common_solve_text_orientation(*globalonce.ocr(imagebinary))