GameSentenceMiner 2.11.0__py3-none-any.whl → 2.11.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 -2
- {gamesentenceminer-2.11.0.dist-info → gamesentenceminer-2.11.1.dist-info}/METADATA +1 -2
- {gamesentenceminer-2.11.0.dist-info → gamesentenceminer-2.11.1.dist-info}/RECORD +7 -7
- {gamesentenceminer-2.11.0.dist-info → gamesentenceminer-2.11.1.dist-info}/WHEEL +0 -0
- {gamesentenceminer-2.11.0.dist-info → gamesentenceminer-2.11.1.dist-info}/entry_points.txt +0 -0
- {gamesentenceminer-2.11.0.dist-info → gamesentenceminer-2.11.1.dist-info}/licenses/LICENSE +0 -0
- {gamesentenceminer-2.11.0.dist-info → gamesentenceminer-2.11.1.dist-info}/top_level.txt +0 -0
@@ -307,8 +307,8 @@ class GoogleLens:
|
|
307
307
|
response_proto = LensOverlayServerResponse().FromString(res.content)
|
308
308
|
response_dict = response_proto.to_dict(betterproto.Casing.SNAKE)
|
309
309
|
|
310
|
-
with open(os.path.join(r"C:\Users\Beangate\GSM\Electron App\test", 'glens_response.json'), 'w', encoding='utf-8') as f:
|
311
|
-
|
310
|
+
# with open(os.path.join(r"C:\Users\Beangate\GSM\Electron App\test", 'glens_response.json'), 'w', encoding='utf-8') as f:
|
311
|
+
# json.dump(response_dict, f, indent=4, ensure_ascii=False)
|
312
312
|
res = ''
|
313
313
|
text = response_dict['objects_response']['text']
|
314
314
|
skipped = []
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: GameSentenceMiner
|
3
|
-
Version: 2.11.
|
3
|
+
Version: 2.11.1
|
4
4
|
Summary: A tool for mining sentences from games. Update: Full UI Re-design
|
5
5
|
Author-email: Beangate <bpwhelan95@gmail.com>
|
6
6
|
License: MIT License
|
@@ -16,7 +16,6 @@ Requires-Dist: requests~=2.32.3
|
|
16
16
|
Requires-Dist: watchdog~=5.0.2
|
17
17
|
Requires-Dist: DateTime~=5.5
|
18
18
|
Requires-Dist: pyperclip~=1.9.0
|
19
|
-
Requires-Dist: vosk~=0.3.45
|
20
19
|
Requires-Dist: soundfile~=0.12.1
|
21
20
|
Requires-Dist: toml~=0.10.2
|
22
21
|
Requires-Dist: psutil~=6.0.0
|
@@ -25,7 +25,7 @@ GameSentenceMiner/owocr/owocr/__init__.py,sha256=87hfN5u_PbL_onLfMACbc0F5j4KyIK9
|
|
25
25
|
GameSentenceMiner/owocr/owocr/__main__.py,sha256=XQaqZY99EKoCpU-gWQjNbTs7Kg17HvBVE7JY8LqIE0o,157
|
26
26
|
GameSentenceMiner/owocr/owocr/config.py,sha256=qM7kISHdUhuygGXOxmgU6Ef2nwBShrZtdqu4InDCViE,8103
|
27
27
|
GameSentenceMiner/owocr/owocr/lens_betterproto.py,sha256=oNoISsPilVVRBBPVDtb4-roJtAhp8ZAuFTci3TGXtMc,39141
|
28
|
-
GameSentenceMiner/owocr/owocr/ocr.py,sha256=
|
28
|
+
GameSentenceMiner/owocr/owocr/ocr.py,sha256=S1unC9FShXApl5mxL0NAdvcH3wISB8KcolZcAxOGdnM,59450
|
29
29
|
GameSentenceMiner/owocr/owocr/run.py,sha256=lwZOj5nmQWgXlQOA_b2FYrMjhGWCPA7ZZCBg-cj57-k,56518
|
30
30
|
GameSentenceMiner/owocr/owocr/screen_coordinate_picker.py,sha256=Na6XStbQBtpQUSdbN3QhEswtKuU1JjReFk_K8t5ezQE,3395
|
31
31
|
GameSentenceMiner/util/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -62,9 +62,9 @@ GameSentenceMiner/web/templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm
|
|
62
62
|
GameSentenceMiner/web/templates/index.html,sha256=Gv3CJvNnhAzIVV_QxhNq4OD-pXDt1vKCu9k6WdHSXuA,215343
|
63
63
|
GameSentenceMiner/web/templates/text_replacements.html,sha256=tV5c8mCaWSt_vKuUpbdbLAzXZ3ATZeDvQ9PnnAfqY0M,8598
|
64
64
|
GameSentenceMiner/web/templates/utility.html,sha256=3flZinKNqUJ7pvrZk6xu__v67z44rXnaK7UTZ303R-8,16946
|
65
|
-
gamesentenceminer-2.11.
|
66
|
-
gamesentenceminer-2.11.
|
67
|
-
gamesentenceminer-2.11.
|
68
|
-
gamesentenceminer-2.11.
|
69
|
-
gamesentenceminer-2.11.
|
70
|
-
gamesentenceminer-2.11.
|
65
|
+
gamesentenceminer-2.11.1.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
66
|
+
gamesentenceminer-2.11.1.dist-info/METADATA,sha256=3N_GqO3KWzYe3PeyDywk4J80KJPHUFDOq4svUTwC7t8,7319
|
67
|
+
gamesentenceminer-2.11.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
68
|
+
gamesentenceminer-2.11.1.dist-info/entry_points.txt,sha256=2APEP25DbfjSxGeHtwBstMH8mulVhLkqF_b9bqzU6vQ,65
|
69
|
+
gamesentenceminer-2.11.1.dist-info/top_level.txt,sha256=V1hUY6xVSyUEohb0uDoN4UIE6rUZ_JYx8yMyPGX4PgQ,18
|
70
|
+
gamesentenceminer-2.11.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|