kmisc 2.1.126__py3-none-any.whl → 2.1.127__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.
- kmisc/__init__.py +2 -0
- {kmisc-2.1.126.dist-info → kmisc-2.1.127.dist-info}/METADATA +1 -1
- kmisc-2.1.127.dist-info/RECORD +6 -0
- kmisc-2.1.126.dist-info/RECORD +0 -6
- {kmisc-2.1.126.dist-info → kmisc-2.1.127.dist-info}/LICENSE +0 -0
- {kmisc-2.1.126.dist-info → kmisc-2.1.127.dist-info}/WHEEL +0 -0
- {kmisc-2.1.126.dist-info → kmisc-2.1.127.dist-info}/top_level.txt +0 -0
kmisc/__init__.py
CHANGED
@@ -3742,8 +3742,10 @@ class OCR:
|
|
3742
3742
|
Import('cv2',install_name='opencv-python')
|
3743
3743
|
else:
|
3744
3744
|
Import('easyocr')
|
3745
|
+
Import('logging')
|
3745
3746
|
if self.enhance:
|
3746
3747
|
Import('PIL',install_name='Pillow')
|
3748
|
+
logging.getLogger('easyocr').setLevel(logging.ERROR)
|
3747
3749
|
warnings.filterwarnings("ignore", category=RuntimeWarning, module="networkx.utils.backends")
|
3748
3750
|
warnings.filterwarnings("ignore", category=UserWarning, module="torch.utils.data.dataloader")
|
3749
3751
|
# Suppress EasyOCR CPU warning
|
@@ -0,0 +1,6 @@
|
|
1
|
+
kmisc/__init__.py,sha256=tnoEHQodYetr4uQXg_A_b9POuG0exGcOI_bRP19gqaI,164172
|
2
|
+
kmisc-2.1.127.dist-info/LICENSE,sha256=mn9ekhb34HJxsrVhcxrLXJUzy55T62zg-Gh9Ro0mVJI,1066
|
3
|
+
kmisc-2.1.127.dist-info/METADATA,sha256=9jln_ajfJ95qi1plPWB42lcMEQ5AvEk7ucVvb02NaHc,5523
|
4
|
+
kmisc-2.1.127.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
5
|
+
kmisc-2.1.127.dist-info/top_level.txt,sha256=wvdHf5aQTqcGYvxk-F9E_BMWLMhlwC8INBmwO-V6_X4,6
|
6
|
+
kmisc-2.1.127.dist-info/RECORD,,
|
kmisc-2.1.126.dist-info/RECORD
DELETED
@@ -1,6 +0,0 @@
|
|
1
|
-
kmisc/__init__.py,sha256=9Tr1tEZPHJ7CQXPJz6bjoEwW6IEOGIl1VBrBzgTjASo,164077
|
2
|
-
kmisc-2.1.126.dist-info/LICENSE,sha256=mn9ekhb34HJxsrVhcxrLXJUzy55T62zg-Gh9Ro0mVJI,1066
|
3
|
-
kmisc-2.1.126.dist-info/METADATA,sha256=K7bGVkNJcPRqIiZeOxUUUskLANnK3p1J2agHVDBpGk8,5523
|
4
|
-
kmisc-2.1.126.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
5
|
-
kmisc-2.1.126.dist-info/top_level.txt,sha256=wvdHf5aQTqcGYvxk-F9E_BMWLMhlwC8INBmwO-V6_X4,6
|
6
|
-
kmisc-2.1.126.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|