1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-08-08 17:57:25 +08:00

Opt: use ONNX model converted from MXNet for faster OCR

This commit is contained in:
positnuec
2026-08-02 13:17:41 +08:00
parent 6d9534c41d
commit bd7d2e875e
10 changed files with 699 additions and 17 deletions

View File

@@ -35,6 +35,7 @@ class ConfigModel:
StartOcrServer: bool = False
OcrServerPort: int = 22268
OcrClientAddress: str = "127.0.0.1:22268"
UseOcrOnnx: bool = False
# Update
EnableReload: bool = True