docling-ibm-models 3.4.0__py3-none-any.whl → 3.4.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.
- docling_ibm_models/reading_order/reading_order_rb.py +2 -2
- {docling_ibm_models-3.4.0.dist-info → docling_ibm_models-3.4.1.dist-info}/METADATA +1 -1
- {docling_ibm_models-3.4.0.dist-info → docling_ibm_models-3.4.1.dist-info}/RECORD +5 -5
- {docling_ibm_models-3.4.0.dist-info → docling_ibm_models-3.4.1.dist-info}/LICENSE +0 -0
- {docling_ibm_models-3.4.0.dist-info → docling_ibm_models-3.4.1.dist-info}/WHEEL +0 -0
@@ -201,8 +201,8 @@ class ReadingOrderPredictor:
|
|
201
201
|
)
|
202
202
|
):
|
203
203
|
|
204
|
-
m1 = re.fullmatch(".+([a-z
|
205
|
-
m2 = re.fullmatch("(\s*[a-z])(.+)", sorted_elements[ind_p1].text)
|
204
|
+
m1 = re.fullmatch(r".+([a-z,\-])(\s*)", elem.text)
|
205
|
+
m2 = re.fullmatch(r"(\s*[a-z])(.+)", sorted_elements[ind_p1].text)
|
206
206
|
|
207
207
|
if m1 and m2:
|
208
208
|
merges[elem.cid] = [sorted_elements[ind_p1].cid]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: docling-ibm-models
|
3
|
-
Version: 3.4.
|
3
|
+
Version: 3.4.1
|
4
4
|
Summary: This package contains the AI models used by the Docling PDF conversion package
|
5
5
|
License: MIT
|
6
6
|
Keywords: docling,convert,document,pdf,layout model,segmentation,table structure,table former
|
@@ -11,7 +11,7 @@ docling_ibm_models/layoutmodel/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5
|
|
11
11
|
docling_ibm_models/layoutmodel/layout_predictor.py,sha256=ArVgs7FBOiu23TC-JoybcaTp7F7a4BgYC8uRVxTgx4E,5681
|
12
12
|
docling_ibm_models/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
13
13
|
docling_ibm_models/reading_order/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
14
|
-
docling_ibm_models/reading_order/reading_order_rb.py,sha256=
|
14
|
+
docling_ibm_models/reading_order/reading_order_rb.py,sha256=Vk3ufc47w2FnVaLI5UGpxoBTZFcpWuIrSAaNGa9c5Rg,20416
|
15
15
|
docling_ibm_models/tableformer/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
16
|
docling_ibm_models/tableformer/common.py,sha256=2zgGZBFf4fXytEaXrZR2NU6FWdX2kxO0DHlGZmuvpNQ,3230
|
17
17
|
docling_ibm_models/tableformer/data_management/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -34,7 +34,7 @@ docling_ibm_models/tableformer/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeu
|
|
34
34
|
docling_ibm_models/tableformer/utils/app_profiler.py,sha256=Pb7o1zcikKXh7ninaNt4_nVa1xuUrogZxbTr6U6jkEE,8392
|
35
35
|
docling_ibm_models/tableformer/utils/mem_monitor.py,sha256=NFZUnrfLThXNZQrm3ESRmPSJmPF2J1z3E2v_72O4dRw,6408
|
36
36
|
docling_ibm_models/tableformer/utils/utils.py,sha256=8Bxf1rEn977lFbY9NX0r5xh9PvxIRipQZX_EZW92XfA,10980
|
37
|
-
docling_ibm_models-3.4.
|
38
|
-
docling_ibm_models-3.4.
|
39
|
-
docling_ibm_models-3.4.
|
40
|
-
docling_ibm_models-3.4.
|
37
|
+
docling_ibm_models-3.4.1.dist-info/LICENSE,sha256=mBb7ErEcM8VS9OhiGHnQ2kk75HwPhr54W1Oiz3965MY,1088
|
38
|
+
docling_ibm_models-3.4.1.dist-info/METADATA,sha256=b-QvjR6ePrwKDUoE-ZR9JSyfQsiGMuKuQUtBt1YTHXc,7434
|
39
|
+
docling_ibm_models-3.4.1.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
40
|
+
docling_ibm_models-3.4.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|