mirror of
https://github.com/ok-oldking/ok-wuthering-waves.git
synced 2025-06-03 09:25:19 +00:00
8 lines
126 B
Python
8 lines
126 B
Python
from config import config
|
|
from ok.OK import OK
|
|
|
|
config = config
|
|
config['ocr']['lib'] = 'paddleocr'
|
|
ok = OK(config)
|
|
ok.start()
|