docling-core 1.7.1__tar.gz → 1.7.2__tar.gz
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.
Potentially problematic release.
This version of docling-core might be problematic. Click here for more details.
- {docling_core-1.7.1 → docling_core-1.7.2}/PKG-INFO +2 -2
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/transforms/chunker/hierarchical_chunker.py +1 -1
- {docling_core-1.7.1 → docling_core-1.7.2}/pyproject.toml +3 -3
- {docling_core-1.7.1 → docling_core-1.7.2}/LICENSE +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/README.md +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/__init__.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/py.typed +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/resources/schemas/doc/ANN.json +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/resources/schemas/doc/DOC.json +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/resources/schemas/doc/OCR-output.json +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/resources/schemas/doc/RAW.json +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/resources/schemas/generated/ccs_document_schema.json +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/resources/schemas/generated/minimal_document_schema_flat.json +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/resources/schemas/search/search_doc_mapping.json +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/resources/schemas/search/search_doc_mapping_v2.json +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/search/__init__.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/search/json_schema_to_search_mapper.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/search/mapping.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/search/meta.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/search/package.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/transforms/__init__.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/transforms/chunker/__init__.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/transforms/chunker/base.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/transforms/id_generator/__init__.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/transforms/id_generator/base.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/transforms/id_generator/doc_hash_id_generator.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/transforms/id_generator/uuid_generator.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/transforms/metadata_extractor/__init__.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/transforms/metadata_extractor/base.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/transforms/metadata_extractor/simple_metadata_extractor.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/types/__init__.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/types/base.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/types/doc/__init__.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/types/doc/base.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/types/doc/doc_ann.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/types/doc/doc_ocr.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/types/doc/doc_raw.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/types/doc/document.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/types/doc/tokens.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/types/experimental/__init__.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/types/experimental/base.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/types/experimental/document.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/types/experimental/labels.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/types/gen/__init__.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/types/gen/generic.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/types/nlp/__init__.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/types/nlp/qa.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/types/nlp/qa_labels.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/types/rec/__init__.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/types/rec/attribute.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/types/rec/base.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/types/rec/predicate.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/types/rec/record.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/types/rec/statement.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/types/rec/subject.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/utils/__init__.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/utils/alias.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/utils/ds_generate_docs.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/utils/ds_generate_jsonschema.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/utils/file.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/utils/validate.py +0 -0
- {docling_core-1.7.1 → docling_core-1.7.2}/docling_core/utils/validators.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: docling-core
|
|
3
|
-
Version: 1.7.
|
|
3
|
+
Version: 1.7.2
|
|
4
4
|
Summary: A python library to define and validate data types in Docling.
|
|
5
5
|
Home-page: https://ds4sd.github.io/
|
|
6
6
|
License: MIT
|
|
@@ -28,7 +28,7 @@ Classifier: Typing :: Typed
|
|
|
28
28
|
Requires-Dist: json-schema-for-humans (>=1.0.0,<2.0.0)
|
|
29
29
|
Requires-Dist: jsonref (>=1.1.0,<2.0.0)
|
|
30
30
|
Requires-Dist: jsonschema (>=4.16.0,<5.0.0)
|
|
31
|
-
Requires-Dist: pandas (>=2.
|
|
31
|
+
Requires-Dist: pandas (>=2.1.4,<3.0.0)
|
|
32
32
|
Requires-Dist: pydantic (>=2.6.0,<3.0.0)
|
|
33
33
|
Requires-Dist: tabulate (>=0.9.0,<0.10.0)
|
|
34
34
|
Project-URL: Repository, https://github.com/DS4SD/docling-core
|
{docling_core-1.7.1 → docling_core-1.7.2}/docling_core/transforms/chunker/hierarchical_chunker.py
RENAMED
|
@@ -83,7 +83,7 @@ class HierarchicalChunker(BaseChunker):
|
|
|
83
83
|
nrows = table_df.shape[0]
|
|
84
84
|
ncols = table_df.shape[1]
|
|
85
85
|
texts = [
|
|
86
|
-
f"{rows[i]}, {cols[j]} = {table_df.iloc[i, j].strip()}"
|
|
86
|
+
f"{rows[i]}, {cols[j]} = {str(table_df.iloc[i, j]).strip()}"
|
|
87
87
|
for i in range(1, nrows)
|
|
88
88
|
for j in range(1, ncols)
|
|
89
89
|
]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "docling-core"
|
|
3
|
-
version = "1.7.
|
|
3
|
+
version = "1.7.2"
|
|
4
4
|
description = "A python library to define and validate data types in Docling."
|
|
5
5
|
license = "MIT"
|
|
6
6
|
authors = [
|
|
@@ -52,7 +52,7 @@ pydantic = "^2.6.0"
|
|
|
52
52
|
jsonref = "^1.1.0"
|
|
53
53
|
json-schema-for-humans = "^1.0.0"
|
|
54
54
|
tabulate = "^0.9.0"
|
|
55
|
-
pandas = "^2.
|
|
55
|
+
pandas = "^2.1.4"
|
|
56
56
|
|
|
57
57
|
[tool.poetry.group.dev.dependencies]
|
|
58
58
|
black = "^24.4.2"
|
|
@@ -68,6 +68,7 @@ pep8-naming = "^0.13.2"
|
|
|
68
68
|
jsondiff = "^2.0.0"
|
|
69
69
|
types-setuptools = "^70.3.0"
|
|
70
70
|
python-semantic-release = "^7.32.2"
|
|
71
|
+
pandas-stubs = "^2.1.4.231227"
|
|
71
72
|
|
|
72
73
|
[tool.setuptools.packages.find]
|
|
73
74
|
where = ["docling_core/resources/schemas"]
|
|
@@ -117,7 +118,6 @@ module = [
|
|
|
117
118
|
"jsonref.*",
|
|
118
119
|
"jsonschema.*",
|
|
119
120
|
"json_schema_for_humans.*",
|
|
120
|
-
"pandas.*",
|
|
121
121
|
"requests.*",
|
|
122
122
|
"tabulate.*",
|
|
123
123
|
"yaml.*",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{docling_core-1.7.1 → docling_core-1.7.2}/docling_core/resources/schemas/doc/OCR-output.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{docling_core-1.7.1 → docling_core-1.7.2}/docling_core/search/json_schema_to_search_mapper.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{docling_core-1.7.1 → docling_core-1.7.2}/docling_core/transforms/id_generator/uuid_generator.py
RENAMED
|
File without changes
|
{docling_core-1.7.1 → docling_core-1.7.2}/docling_core/transforms/metadata_extractor/__init__.py
RENAMED
|
File without changes
|
{docling_core-1.7.1 → docling_core-1.7.2}/docling_core/transforms/metadata_extractor/base.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|