We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d07b2 commit 3a6a4c0Copy full SHA for 3a6a4c0
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [v2.2.2](https://github.com/DS4SD/docling-core/releases/tag/v2.2.2) - 2024-10-26
2
+
3
+### Fix
4
5
+* Fix non-string table cell handling in chunker ([#58](https://github.com/DS4SD/docling-core/issues/58)) ([`b5d07b2`](https://github.com/DS4SD/docling-core/commit/b5d07b2fa5e865939b9b93a8582eb3207bc48249))
6
7
## [v2.2.1](https://github.com/DS4SD/docling-core/releases/tag/v2.2.1) - 2024-10-25
8
9
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "docling-core"
-version = "2.2.1"
+version = "2.2.2"
description = "A python library to define and validate data types in Docling."
license = "MIT"
authors = [
0 commit comments