yomitoku 0.8.0__py3-none-any.whl → 0.8.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.
- yomitoku/configs/cfg_text_detector_dbnet.py +1 -1
- yomitoku/configs/cfg_text_detector_dbnet_v2.py +2 -2
- {yomitoku-0.8.0.dist-info → yomitoku-0.8.1.dist-info}/METADATA +1 -1
- {yomitoku-0.8.0.dist-info → yomitoku-0.8.1.dist-info}/RECORD +6 -6
- {yomitoku-0.8.0.dist-info → yomitoku-0.8.1.dist-info}/WHEEL +0 -0
- {yomitoku-0.8.0.dist-info → yomitoku-0.8.1.dist-info}/entry_points.txt +0 -0
@@ -27,10 +27,10 @@ class Data:
|
|
27
27
|
@dataclass
|
28
28
|
class PostProcess:
|
29
29
|
min_size: int = 2
|
30
|
-
thresh: float = 0.
|
30
|
+
thresh: float = 0.2
|
31
31
|
box_thresh: float = 0.5
|
32
32
|
max_candidates: int = 1500
|
33
|
-
unclip_ratio: float =
|
33
|
+
unclip_ratio: float = 5.0
|
34
34
|
|
35
35
|
|
36
36
|
@dataclass
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: yomitoku
|
3
|
-
Version: 0.8.
|
3
|
+
Version: 0.8.1
|
4
4
|
Summary: Yomitoku is an AI-powered document image analysis package designed specifically for the Japanese language.
|
5
5
|
Author-email: Kotaro Kinoshita <kotaro.kinoshita@mlism.com>
|
6
6
|
License: CC BY-NC-SA 4.0
|
@@ -15,8 +15,8 @@ yomitoku/configs/__init__.py,sha256=x5-ccjGiP6xxRtDPT7f1Enl7SsE0hSk0G8f7eF9V85I,
|
|
15
15
|
yomitoku/configs/cfg_layout_parser_rtdtrv2.py,sha256=8PRxB2Ar9UF7-DLtbgSokhrzdXb0veWI6Wc-X8qigRw,2329
|
16
16
|
yomitoku/configs/cfg_layout_parser_rtdtrv2_v2.py,sha256=nMrL3uvoVmyzZ909Bz2zmfp9b6AEBLKhIprOvQ5yiQE,2324
|
17
17
|
yomitoku/configs/cfg_table_structure_recognizer_rtdtrv2.py,sha256=o70GMHD8k-zeBeJtuhPS8x7vVB-ffucnJXeSyn-0AXo,2116
|
18
|
-
yomitoku/configs/cfg_text_detector_dbnet.py,sha256=
|
19
|
-
yomitoku/configs/cfg_text_detector_dbnet_v2.py,sha256=
|
18
|
+
yomitoku/configs/cfg_text_detector_dbnet.py,sha256=8FVyUr9JiZPEFpNIjt0i5Zlw_fo0DMUNqDCQKOiZHDY,1154
|
19
|
+
yomitoku/configs/cfg_text_detector_dbnet_v2.py,sha256=YMhH0EPlRFgq9Fj10rML1wOlVw2LgA9sGrABYHT3gLM,1148
|
20
20
|
yomitoku/configs/cfg_text_recognizer_parseq.py,sha256=hpFs3nKqh4XdU3BZMTultegtLEGahEsCaZdjfKC_MO8,1247
|
21
21
|
yomitoku/configs/cfg_text_recognizer_parseq_small.py,sha256=uCm_VC_G79IbZpOiK8fgYzAJ4b98H5pf328wyQomtfo,1259
|
22
22
|
yomitoku/configs/cfg_text_recognizer_parseq_v2.py,sha256=GfHzbByOKjH21PRTxT8x_fU4r4Mda6F750Z8pjNeb8g,1249
|
@@ -51,7 +51,7 @@ yomitoku/utils/graph.py,sha256=LKNB8ZhSQwOZMfeAimPMF5UCVVr2ZaUWoGDkz8z-uGU,456
|
|
51
51
|
yomitoku/utils/logger.py,sha256=uOmtQDr0A0JD7wyFshedL08BiNrQorHnpktRXba8bjU,424
|
52
52
|
yomitoku/utils/misc.py,sha256=FbwPLeIYYBvNf9wQh2RoEonTM5BF7_IwaEqmRsYHKA8,2673
|
53
53
|
yomitoku/utils/visualizer.py,sha256=DjDwHiAu1iFRKh96H3Egq4vuI2s_-9dLCDeykhKi8jo,5251
|
54
|
-
yomitoku-0.8.
|
55
|
-
yomitoku-0.8.
|
56
|
-
yomitoku-0.8.
|
57
|
-
yomitoku-0.8.
|
54
|
+
yomitoku-0.8.1.dist-info/METADATA,sha256=Ds7gHmT1DxOJROrfpGaJGQKZ1qZ8ur78c6oxdld9kG4,8555
|
55
|
+
yomitoku-0.8.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
56
|
+
yomitoku-0.8.1.dist-info/entry_points.txt,sha256=nFV3S11zgBNW0Qq_D0XQNg2R4lNXU_9XUFr6rdJoyF8,52
|
57
|
+
yomitoku-0.8.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|