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 8e36f66 commit b3a33a2Copy full SHA for b3a33a2
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [v2.0.5](https://github.com/DS4SD/docling-parse/releases/tag/v2.0.5) - 2024-11-20
2
+
3
+### Fix
4
5
+* Enable python3.9 wheels ([#60](https://github.com/DS4SD/docling-parse/issues/60)) ([`8e36f66`](https://github.com/DS4SD/docling-parse/commit/8e36f66b069e264875877ee3655601f8f1ff1b77))
6
7
## [v2.0.4](https://github.com/DS4SD/docling-parse/releases/tag/v2.0.4) - 2024-11-13
8
9
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "docling-parse"
-version = "2.0.4"
+version = "2.0.5"
description = "Simple package to extract text with coordinates from programmatic PDFs"
authors = ["Peter Staar <[email protected]>"]
maintainers = [
0 commit comments