GameSentenceMiner 2.11.7__py3-none-any.whl → 2.11.8__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.11.7.dist-info → gamesentenceminer-2.11.8.dist-info}/METADATA +7 -12
- {gamesentenceminer-2.11.7.dist-info → gamesentenceminer-2.11.8.dist-info}/RECORD +7 -7
- {gamesentenceminer-2.11.7.dist-info → gamesentenceminer-2.11.8.dist-info}/WHEEL +0 -0
- {gamesentenceminer-2.11.7.dist-info → gamesentenceminer-2.11.8.dist-info}/entry_points.txt +0 -0
- {gamesentenceminer-2.11.7.dist-info → gamesentenceminer-2.11.8.dist-info}/licenses/LICENSE +0 -0
- {gamesentenceminer-2.11.7.dist-info → gamesentenceminer-2.11.8.dist-info}/top_level.txt +0 -0
@@ -195,7 +195,7 @@ all_cords = None
|
|
195
195
|
rectangles = None
|
196
196
|
last_ocr2_result = []
|
197
197
|
|
198
|
-
def do_second_ocr(ocr1_text, time, img, filtering, pre_crop_image, ignore_furigana_filter=False, ignore_previous_result=False):
|
198
|
+
def do_second_ocr(ocr1_text, time, img, filtering, pre_crop_image=None, ignore_furigana_filter=False, ignore_previous_result=False):
|
199
199
|
global twopassocr, ocr2, last_ocr2_result
|
200
200
|
try:
|
201
201
|
orig_text, text = run.process_and_write_results(img, None, last_ocr2_result if not ignore_previous_result else None, filtering, None,
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: GameSentenceMiner
|
3
|
-
Version: 2.11.
|
3
|
+
Version: 2.11.8
|
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
|
@@ -69,18 +69,15 @@ GSM significantly enhances your Anki cards with rich contextual information:
|
|
69
69
|
* **AI Translation**: Integrates AI to provide quick translations of the captured sentence. Custom Prompts also supported. (Optional, Bring your own Key)
|
70
70
|
|
71
71
|
|
72
|
-
#### Game Example
|
73
|
-

|
72
|
+
#### Game Example (Has Audio)
|
74
73
|
|
75
|
-
|
74
|
+
https://github.com/user-attachments/assets/df6bc38e-d74d-423e-b270-8a82eec2394c
|
76
75
|
|
77
76
|
---
|
78
77
|
|
79
|
-
#### VN Example
|
80
|
-

|
81
|
-
|
82
|
-
Audio: https://github.com/user-attachments/assets/2d7b3967-cd5c-4132-b489-75058ea20921
|
78
|
+
#### VN Example (Has Audio)
|
83
79
|
|
80
|
+
https://github.com/user-attachments/assets/ee670fda-1a8b-4dec-b9e6-072264155c6e
|
84
81
|
|
85
82
|
### OCR
|
86
83
|
|
@@ -97,10 +94,8 @@ GSM runs a fork of [OwOCR](https://github.com/AuroraWright/owocr/) to provide ac
|
|
97
94
|
* **More Language Support**: Stock OwOCR is hard-coded to Japanese, while in GSM you can use a variety of languages.
|
98
95
|
|
99
96
|
|
100
|
-
|
101
|
-

|
97
|
+
https://github.com/user-attachments/assets/07240472-831a-40e6-be22-c64b880b0d66
|
102
98
|
|
103
|
-
Audio: https://github.com/user-attachments/assets/8c44780a-9b74-41af-bf16-28a742f4de12
|
104
99
|
|
105
100
|
|
106
101
|
### Game Launcher Capabilities (WIP)
|
@@ -113,7 +108,7 @@ This is probably the feature I care least about, but if you are lazy like me, yo
|
|
113
108
|
|
114
109
|
This feature simplifies the process of launching games and (potentially) hooking them, making the entire workflow more efficient.
|
115
110
|
|
116
|
-
|
111
|
+
<img width="2560" height="1392" alt="GameSentenceMiner_1zuov0R9xK" src="https://github.com/user-attachments/assets/205769bb-3dd2-493b-9383-2d6e2ca05c2d" />
|
117
112
|
|
118
113
|
## Basic Requirements
|
119
114
|
|
@@ -19,7 +19,7 @@ GameSentenceMiner/ocr/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3h
|
|
19
19
|
GameSentenceMiner/ocr/gsm_ocr_config.py,sha256=Ezj-0k6Wo-una91FvYhMp6KGkRhWYihXzLAoh_Wu2xY,5329
|
20
20
|
GameSentenceMiner/ocr/ocrconfig.py,sha256=_tY8mjnzHMJrLS8E5pHqYXZjMuLoGKYgJwdhYgN-ny4,6466
|
21
21
|
GameSentenceMiner/ocr/owocr_area_selector.py,sha256=O8qKOTDglk-D4N-2_ORLeZacXT-OVOCNxUI8sQHAlx4,25538
|
22
|
-
GameSentenceMiner/ocr/owocr_helper.py,sha256=
|
22
|
+
GameSentenceMiner/ocr/owocr_helper.py,sha256=hP9j7bP9G_jwhRaWgbyVkzoPiNTmxuOTn0e1VQY9XMQ,25306
|
23
23
|
GameSentenceMiner/ocr/ss_picker.py,sha256=0IhxUdaKruFpZyBL-8SpxWg7bPrlGpy3lhTcMMZ5rwo,5224
|
24
24
|
GameSentenceMiner/owocr/owocr/__init__.py,sha256=87hfN5u_PbL_onLfMACbc0F5j4KyIK9lKnRCj6oZgR0,49
|
25
25
|
GameSentenceMiner/owocr/owocr/__main__.py,sha256=XQaqZY99EKoCpU-gWQjNbTs7Kg17HvBVE7JY8LqIE0o,157
|
@@ -63,9 +63,9 @@ GameSentenceMiner/web/templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm
|
|
63
63
|
GameSentenceMiner/web/templates/index.html,sha256=Gv3CJvNnhAzIVV_QxhNq4OD-pXDt1vKCu9k6WdHSXuA,215343
|
64
64
|
GameSentenceMiner/web/templates/text_replacements.html,sha256=tV5c8mCaWSt_vKuUpbdbLAzXZ3ATZeDvQ9PnnAfqY0M,8598
|
65
65
|
GameSentenceMiner/web/templates/utility.html,sha256=3flZinKNqUJ7pvrZk6xu__v67z44rXnaK7UTZ303R-8,16946
|
66
|
-
gamesentenceminer-2.11.
|
67
|
-
gamesentenceminer-2.11.
|
68
|
-
gamesentenceminer-2.11.
|
69
|
-
gamesentenceminer-2.11.
|
70
|
-
gamesentenceminer-2.11.
|
71
|
-
gamesentenceminer-2.11.
|
66
|
+
gamesentenceminer-2.11.8.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
67
|
+
gamesentenceminer-2.11.8.dist-info/METADATA,sha256=T2NjDq3uBAdsv4jjhTrdyvJxZpQRgRGzqlILLj5YpQU,7008
|
68
|
+
gamesentenceminer-2.11.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
69
|
+
gamesentenceminer-2.11.8.dist-info/entry_points.txt,sha256=2APEP25DbfjSxGeHtwBstMH8mulVhLkqF_b9bqzU6vQ,65
|
70
|
+
gamesentenceminer-2.11.8.dist-info/top_level.txt,sha256=V1hUY6xVSyUEohb0uDoN4UIE6rUZ_JYx8yMyPGX4PgQ,18
|
71
|
+
gamesentenceminer-2.11.8.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|