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 71a043e commit af4bfa1Copy full SHA for af4bfa1
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [v1.5.0](https://github.com/DS4SD/docling-parse/releases/tag/v1.5.0) - 2024-10-10
2
+
3
+### Feature
4
5
+* Python 3.13 support ([#39](https://github.com/DS4SD/docling-parse/issues/39)) ([`71a043e`](https://github.com/DS4SD/docling-parse/commit/71a043eb97e437c7e99970fab122bbd59fdee4b0))
6
7
## [v1.4.1](https://github.com/DS4SD/docling-parse/releases/tag/v1.4.1) - 2024-10-02
8
9
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "docling-parse"
-version = "1.4.1"
+version = "1.5.0"
description = "Simple package to extract text with coordinates from programmatic PDFs"
authors = ["Peter Staar <[email protected]>"]
maintainers = [
0 commit comments