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 266e7fc commit 4fb0b70Copy full SHA for 4fb0b70
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [v2.7.0](https://github.com/DS4SD/docling-core/releases/tag/v2.7.0) - 2024-12-04
2
+
3
+### Feature
4
5
+* Export to OTSL method for docling doc tables ([#86](https://github.com/DS4SD/docling-core/issues/86)) ([`180e294`](https://github.com/DS4SD/docling-core/commit/180e294aada4d97ceeb61556b5f7f310bd078c5f))
6
7
## [v2.6.1](https://github.com/DS4SD/docling-core/releases/tag/v2.6.1) - 2024-12-02
8
9
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "docling-core"
-version = "2.6.1"
+version = "2.7.0"
description = "A python library to define and validate data types in Docling."
license = "MIT"
authors = [
0 commit comments