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 7f87b26 commit 160ce19Copy full SHA for 160ce19
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [v2.1.1](https://github.com/DS4SD/docling-parse/releases/tag/v2.1.1) - 2024-11-21
2
+
3
+### Fix
4
5
+* Compatibility with qpdf v10 ([#62](https://github.com/DS4SD/docling-parse/issues/62)) ([`7f87b26`](https://github.com/DS4SD/docling-parse/commit/7f87b2630e6957eb1339e3b222d51969573e4bdc))
6
7
## [v2.1.0](https://github.com/DS4SD/docling-parse/releases/tag/v2.1.0) - 2024-11-20
8
9
### Feature
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "docling-parse"
-version = "2.1.0"
+version = "2.1.1"
description = "Simple package to extract text with coordinates from programmatic PDFs"
authors = ["Peter Staar <[email protected]>"]
maintainers = [
0 commit comments