kreuzberg 3.1.0__py3-none-any.whl → 3.1.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.
- kreuzberg/_ocr/_easyocr.py +4 -0
- {kreuzberg-3.1.0.dist-info → kreuzberg-3.1.1.dist-info}/METADATA +1 -1
- {kreuzberg-3.1.0.dist-info → kreuzberg-3.1.1.dist-info}/RECORD +6 -6
- {kreuzberg-3.1.0.dist-info → kreuzberg-3.1.1.dist-info}/WHEEL +0 -0
- {kreuzberg-3.1.0.dist-info → kreuzberg-3.1.1.dist-info}/licenses/LICENSE +0 -0
- {kreuzberg-3.1.0.dist-info → kreuzberg-3.1.1.dist-info}/top_level.txt +0 -0
kreuzberg/_ocr/_easyocr.py
CHANGED
@@ -173,6 +173,10 @@ class EasyOCRBackend(OCRBackend[EasyOCRConfig]):
|
|
173
173
|
await self._init_easyocr(**kwargs)
|
174
174
|
|
175
175
|
beam_width = kwargs.pop("beam_width")
|
176
|
+
|
177
|
+
kwargs.pop("language", None)
|
178
|
+
kwargs.pop("use_gpu", None)
|
179
|
+
|
176
180
|
try:
|
177
181
|
result = await run_sync(
|
178
182
|
self._reader.readtext,
|
@@ -19,15 +19,15 @@ kreuzberg/_extractors/_presentation.py,sha256=K4ALrpmZ0EWyp2O-3oEmTRCS7yAET9xjin
|
|
19
19
|
kreuzberg/_extractors/_spread_sheet.py,sha256=1ejRZk8AE1dXS1tRIdg2S0J9Vo0wG81iKkW2IF6PjlE,4445
|
20
20
|
kreuzberg/_ocr/__init__.py,sha256=VTqwKDlIRbjve71Y11Ztygyhv5aWG9LWTj8iX66ANxE,533
|
21
21
|
kreuzberg/_ocr/_base.py,sha256=lNT0Tin4hzbmaamqqySxvYEwNtrJB5gGlStrANQQcyc,1637
|
22
|
-
kreuzberg/_ocr/_easyocr.py,sha256=
|
22
|
+
kreuzberg/_ocr/_easyocr.py,sha256=IUX5AGMp3C2u3Byiz8BADLMlgoNEpFhwswmdeifMcIo,11112
|
23
23
|
kreuzberg/_ocr/_paddleocr.py,sha256=NDKXiMtHjIy-Uq4hXe4qm5oUWwOrhjJaibyC708Cw5E,10422
|
24
24
|
kreuzberg/_ocr/_tesseract.py,sha256=cdnVxNpaKjxtBN4xy0Timz-uYtPA9wq9kc6kyYVeDug,9779
|
25
25
|
kreuzberg/_utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
26
26
|
kreuzberg/_utils/_string.py,sha256=oNO0cmwjVNG0jAzaqNCjYtzvM_nxH5TW2KV-Uh3oEUU,978
|
27
27
|
kreuzberg/_utils/_sync.py,sha256=lycobEMXk0tBMWLwkuMdOuNMStDwPKMC0V1Qgp_oi6k,4071
|
28
28
|
kreuzberg/_utils/_tmp.py,sha256=5rqG_Nlb9xweaLqJA8Kc5csHDase9_eY_Fq93rNQGWc,1044
|
29
|
-
kreuzberg-3.1.
|
30
|
-
kreuzberg-3.1.
|
31
|
-
kreuzberg-3.1.
|
32
|
-
kreuzberg-3.1.
|
33
|
-
kreuzberg-3.1.
|
29
|
+
kreuzberg-3.1.1.dist-info/licenses/LICENSE,sha256=-8caMvpCK8SgZ5LlRKhGCMtYDEXqTKH9X8pFEhl91_4,1066
|
30
|
+
kreuzberg-3.1.1.dist-info/METADATA,sha256=ZyRyrgBoKj42zgjIU7WpSVdE8j7euvqFLvXsEUtiUcA,6651
|
31
|
+
kreuzberg-3.1.1.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
32
|
+
kreuzberg-3.1.1.dist-info/top_level.txt,sha256=rbGkygffkZiyKhL8UN41ZOjLfem0jJPA1Whtndne0rE,10
|
33
|
+
kreuzberg-3.1.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|