Update weixinocr.py

This commit is contained in:
恍兮惚兮 2024-08-14 16:13:41 +08:00
parent dd92ee444e
commit 78fcf9c356

View File

@ -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))