mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +08:00
Fix: Better recognise the letter "1" in shop
With threshold 64, it looks more like AgencyFB-Regular
This commit is contained in:
parent
8951f0c136
commit
3c36063b33
@ -21,7 +21,7 @@ class AmountOcr(Digit):
|
||||
|
||||
|
||||
AMOUNT_OCR = AmountOcr([], threshold=96, name='Amount_ocr')
|
||||
PRICE_OCR = Digit([], letter=(255, 223, 57), threshold=128, name='Price_ocr')
|
||||
PRICE_OCR = Digit([], letter=(255, 223, 57), threshold=64, name='Price_ocr')
|
||||
|
||||
|
||||
class Item:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user