GameSentenceMiner 2.14.0__py3-none-any.whl → 2.14.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- GameSentenceMiner/owocr/owocr/ocr.py +2 -0
- {gamesentenceminer-2.14.0.dist-info → gamesentenceminer-2.14.1.dist-info}/METADATA +1 -1
- {gamesentenceminer-2.14.0.dist-info → gamesentenceminer-2.14.1.dist-info}/RECORD +7 -7
- {gamesentenceminer-2.14.0.dist-info → gamesentenceminer-2.14.1.dist-info}/WHEEL +0 -0
- {gamesentenceminer-2.14.0.dist-info → gamesentenceminer-2.14.1.dist-info}/entry_points.txt +0 -0
- {gamesentenceminer-2.14.0.dist-info → gamesentenceminer-2.14.1.dist-info}/licenses/LICENSE +0 -0
- {gamesentenceminer-2.14.0.dist-info → gamesentenceminer-2.14.1.dist-info}/top_level.txt +0 -0
@@ -866,6 +866,8 @@ class OneOCR:
|
|
866
866
|
logger.warning('OneOCR is not supported on Windows older than 10!')
|
867
867
|
elif 'oneocr' not in sys.modules:
|
868
868
|
logger.warning('oneocr not available, OneOCR will not work!')
|
869
|
+
elif not os.path.exists(os.path.expanduser('~/.config/oneocr/oneocr.dll')):
|
870
|
+
logger.warning('OneOCR DLLs not found, please install OwOCR Dependencies via OCR Tab in GSM.')
|
869
871
|
else:
|
870
872
|
try:
|
871
873
|
self.model = oneocr.OcrEngine()
|
@@ -28,7 +28,7 @@ GameSentenceMiner/owocr/owocr/__init__.py,sha256=87hfN5u_PbL_onLfMACbc0F5j4KyIK9
|
|
28
28
|
GameSentenceMiner/owocr/owocr/__main__.py,sha256=XQaqZY99EKoCpU-gWQjNbTs7Kg17HvBVE7JY8LqIE0o,157
|
29
29
|
GameSentenceMiner/owocr/owocr/config.py,sha256=qM7kISHdUhuygGXOxmgU6Ef2nwBShrZtdqu4InDCViE,8103
|
30
30
|
GameSentenceMiner/owocr/owocr/lens_betterproto.py,sha256=oNoISsPilVVRBBPVDtb4-roJtAhp8ZAuFTci3TGXtMc,39141
|
31
|
-
GameSentenceMiner/owocr/owocr/ocr.py,sha256=
|
31
|
+
GameSentenceMiner/owocr/owocr/ocr.py,sha256=3Qux9yNVhTq5gZ31jcrVeyFvLcVZCoPc0sddGFL_DUc,68792
|
32
32
|
GameSentenceMiner/owocr/owocr/run.py,sha256=TSSZnHO_sPoTtUCsDol-v4TWPPzz_Nbf24TeBUea5I4,68498
|
33
33
|
GameSentenceMiner/owocr/owocr/screen_coordinate_picker.py,sha256=Na6XStbQBtpQUSdbN3QhEswtKuU1JjReFk_K8t5ezQE,3395
|
34
34
|
GameSentenceMiner/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -69,9 +69,9 @@ GameSentenceMiner/web/templates/index.html,sha256=Gv3CJvNnhAzIVV_QxhNq4OD-pXDt1v
|
|
69
69
|
GameSentenceMiner/web/templates/text_replacements.html,sha256=tV5c8mCaWSt_vKuUpbdbLAzXZ3ATZeDvQ9PnnAfqY0M,8598
|
70
70
|
GameSentenceMiner/web/templates/utility.html,sha256=3flZinKNqUJ7pvrZk6xu__v67z44rXnaK7UTZ303R-8,16946
|
71
71
|
GameSentenceMiner/wip/__init___.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
72
|
-
gamesentenceminer-2.14.
|
73
|
-
gamesentenceminer-2.14.
|
74
|
-
gamesentenceminer-2.14.
|
75
|
-
gamesentenceminer-2.14.
|
76
|
-
gamesentenceminer-2.14.
|
77
|
-
gamesentenceminer-2.14.
|
72
|
+
gamesentenceminer-2.14.1.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
73
|
+
gamesentenceminer-2.14.1.dist-info/METADATA,sha256=erBDcWHYMdtMLSIH2zQiOzC2zKIuPwne795wyg0sj3Y,1564
|
74
|
+
gamesentenceminer-2.14.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
75
|
+
gamesentenceminer-2.14.1.dist-info/entry_points.txt,sha256=2APEP25DbfjSxGeHtwBstMH8mulVhLkqF_b9bqzU6vQ,65
|
76
|
+
gamesentenceminer-2.14.1.dist-info/top_level.txt,sha256=V1hUY6xVSyUEohb0uDoN4UIE6rUZ_JYx8yMyPGX4PgQ,18
|
77
|
+
gamesentenceminer-2.14.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|