mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-23 00:33:46 +08:00
Upd: Emotion Ocr
This commit is contained in:
@@ -29,6 +29,8 @@ class EmotionDigit(Digit):
|
|||||||
if i < col:
|
if i < col:
|
||||||
break
|
break
|
||||||
image = image[:, :i]
|
image = image[:, :i]
|
||||||
|
else:
|
||||||
|
image = image[:, :24]
|
||||||
image = super().pre_process(image)
|
image = super().pre_process(image)
|
||||||
return image
|
return image
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user