GameSentenceMiner 2.14.7__py3-none-any.whl → 2.14.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/owocr/owocr/ocr.py +4 -5
- {gamesentenceminer-2.14.7.dist-info → gamesentenceminer-2.14.8.dist-info}/METADATA +1 -1
- {gamesentenceminer-2.14.7.dist-info → gamesentenceminer-2.14.8.dist-info}/RECORD +7 -7
- {gamesentenceminer-2.14.7.dist-info → gamesentenceminer-2.14.8.dist-info}/WHEEL +0 -0
- {gamesentenceminer-2.14.7.dist-info → gamesentenceminer-2.14.8.dist-info}/entry_points.txt +0 -0
- {gamesentenceminer-2.14.7.dist-info → gamesentenceminer-2.14.8.dist-info}/licenses/LICENSE +0 -0
- {gamesentenceminer-2.14.7.dist-info → gamesentenceminer-2.14.8.dist-info}/top_level.txt +0 -0
@@ -1424,10 +1424,10 @@ class localLLMOCR:
|
|
1424
1424
|
self.keep_warm = config.get('keep_warm', True)
|
1425
1425
|
self.custom_prompt = config.get('prompt', None)
|
1426
1426
|
self.available = True
|
1427
|
-
if any(x in self.api_url for x in ['localhost', '127.0.0.1']):
|
1428
|
-
|
1429
|
-
|
1430
|
-
|
1427
|
+
# if any(x in self.api_url for x in ['localhost', '127.0.0.1']):
|
1428
|
+
# if not self.check_connection(self.api_url):
|
1429
|
+
# logger.warning('Local LLM OCR API is not reachable')
|
1430
|
+
# return
|
1431
1431
|
self.client = openai.OpenAI(
|
1432
1432
|
base_url=self.api_url.replace('/v1/chat/completions', '/v1'),
|
1433
1433
|
api_key=self.api_key
|
@@ -1442,7 +1442,6 @@ class localLLMOCR:
|
|
1442
1442
|
logger.warning(f'Error initializing Local LLM OCR, Local LLM OCR will not work!')
|
1443
1443
|
|
1444
1444
|
def check_connection(self, url, port=None):
|
1445
|
-
# simple connectivity check with mega low timeout
|
1446
1445
|
import http.client
|
1447
1446
|
conn = http.client.HTTPConnection(url, port or 1234, timeout=0.1)
|
1448
1447
|
try:
|
@@ -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=xU1PkkDkOZ36phzmaXdOrfw08zy0YkSNbKTgIDAqBYs,70556
|
32
32
|
GameSentenceMiner/owocr/owocr/run.py,sha256=-aRSIcwc-qIn2s-JVaAMGvzJHjvqw4LsLQKLtswEfcE,75570
|
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=VrhrkQKcOAPuoWRcilFLDXjvNf6WTO
|
|
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.8.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
73
|
+
gamesentenceminer-2.14.8.dist-info/METADATA,sha256=vvvPFxb_AjD9_1NkCTKCj5E9feTflY5TgINHIyEOd-0,7330
|
74
|
+
gamesentenceminer-2.14.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
75
|
+
gamesentenceminer-2.14.8.dist-info/entry_points.txt,sha256=2APEP25DbfjSxGeHtwBstMH8mulVhLkqF_b9bqzU6vQ,65
|
76
|
+
gamesentenceminer-2.14.8.dist-info/top_level.txt,sha256=V1hUY6xVSyUEohb0uDoN4UIE6rUZ_JYx8yMyPGX4PgQ,18
|
77
|
+
gamesentenceminer-2.14.8.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|