GameSentenceMiner 2.14.13__py3-none-any.whl → 2.14.14__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/ocr/owocr_helper.py +1 -1
- {gamesentenceminer-2.14.13.dist-info → gamesentenceminer-2.14.14.dist-info}/METADATA +1 -1
- {gamesentenceminer-2.14.13.dist-info → gamesentenceminer-2.14.14.dist-info}/RECORD +7 -7
- {gamesentenceminer-2.14.13.dist-info → gamesentenceminer-2.14.14.dist-info}/WHEEL +0 -0
- {gamesentenceminer-2.14.13.dist-info → gamesentenceminer-2.14.14.dist-info}/entry_points.txt +0 -0
- {gamesentenceminer-2.14.13.dist-info → gamesentenceminer-2.14.14.dist-info}/licenses/LICENSE +0 -0
- {gamesentenceminer-2.14.13.dist-info → gamesentenceminer-2.14.14.dist-info}/top_level.txt +0 -0
@@ -504,7 +504,7 @@ def add_ss_hotkey(ss_hotkey="ctrl+shift+g"):
|
|
504
504
|
logger.error(f"Error setting up screenshot hotkey with keyboard, Attempting Backup: {e}")
|
505
505
|
logger.debug(e)
|
506
506
|
pynput_hotkey = ss_hotkey.replace("ctrl", "<ctrl>").replace("shift", "<shift>").replace("alt", "<alt>")
|
507
|
-
secondary_ss_hotkey =
|
507
|
+
secondary_ss_hotkey = get_ocr_manual_ocr_hotkey().lower().replace("ctrl", "<ctrl>").replace("shift", "<shift>").replace("alt", "<alt>")
|
508
508
|
try:
|
509
509
|
from pynput import keyboard as pynput_keyboard
|
510
510
|
listener = pynput_keyboard.GlobalHotKeys({
|
@@ -22,7 +22,7 @@ GameSentenceMiner/ocr/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3h
|
|
22
22
|
GameSentenceMiner/ocr/gsm_ocr_config.py,sha256=QyBarjb6Wjt-oyor1sIT9hG-KrGdi6wODLyCrHXun6E,6008
|
23
23
|
GameSentenceMiner/ocr/ocrconfig.py,sha256=_tY8mjnzHMJrLS8E5pHqYXZjMuLoGKYgJwdhYgN-ny4,6466
|
24
24
|
GameSentenceMiner/ocr/owocr_area_selector.py,sha256=Rm1_nuZotJhfOfoJ_3mesh9udtOBjYqKhnAvSief6fo,29181
|
25
|
-
GameSentenceMiner/ocr/owocr_helper.py,sha256=
|
25
|
+
GameSentenceMiner/ocr/owocr_helper.py,sha256=vquG3O1-2LdAuSt9yQ5hFzCv2E5rDnfqw7eaY33zsYM,28502
|
26
26
|
GameSentenceMiner/ocr/ss_picker.py,sha256=0IhxUdaKruFpZyBL-8SpxWg7bPrlGpy3lhTcMMZ5rwo,5224
|
27
27
|
GameSentenceMiner/owocr/owocr/__init__.py,sha256=87hfN5u_PbL_onLfMACbc0F5j4KyIK9lKnRCj6oZgR0,49
|
28
28
|
GameSentenceMiner/owocr/owocr/__main__.py,sha256=XQaqZY99EKoCpU-gWQjNbTs7Kg17HvBVE7JY8LqIE0o,157
|
@@ -71,9 +71,9 @@ GameSentenceMiner/web/templates/index.html,sha256=VrhrkQKcOAPuoWRcilFLDXjvNf6WTO
|
|
71
71
|
GameSentenceMiner/web/templates/text_replacements.html,sha256=tV5c8mCaWSt_vKuUpbdbLAzXZ3ATZeDvQ9PnnAfqY0M,8598
|
72
72
|
GameSentenceMiner/web/templates/utility.html,sha256=3flZinKNqUJ7pvrZk6xu__v67z44rXnaK7UTZ303R-8,16946
|
73
73
|
GameSentenceMiner/wip/__init___.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
74
|
-
gamesentenceminer-2.14.
|
75
|
-
gamesentenceminer-2.14.
|
76
|
-
gamesentenceminer-2.14.
|
77
|
-
gamesentenceminer-2.14.
|
78
|
-
gamesentenceminer-2.14.
|
79
|
-
gamesentenceminer-2.14.
|
74
|
+
gamesentenceminer-2.14.14.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
75
|
+
gamesentenceminer-2.14.14.dist-info/METADATA,sha256=QEv9R9eld2nBjawnFBZO_Ayg9pAsIhqkKm5vnbb1ttQ,7303
|
76
|
+
gamesentenceminer-2.14.14.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
77
|
+
gamesentenceminer-2.14.14.dist-info/entry_points.txt,sha256=2APEP25DbfjSxGeHtwBstMH8mulVhLkqF_b9bqzU6vQ,65
|
78
|
+
gamesentenceminer-2.14.14.dist-info/top_level.txt,sha256=V1hUY6xVSyUEohb0uDoN4UIE6rUZ_JYx8yMyPGX4PgQ,18
|
79
|
+
gamesentenceminer-2.14.14.dist-info/RECORD,,
|
File without changes
|
{gamesentenceminer-2.14.13.dist-info → gamesentenceminer-2.14.14.dist-info}/entry_points.txt
RENAMED
File without changes
|
{gamesentenceminer-2.14.13.dist-info → gamesentenceminer-2.14.14.dist-info}/licenses/LICENSE
RENAMED
File without changes
|
File without changes
|