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 82284d4 commit 004df07Copy full SHA for 004df07
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [v2.0.2](https://github.com/DS4SD/docling-parse/releases/tag/v2.0.2) - 2024-10-30
2
+
3
+### Fix
4
5
+* Improve qpdf optimization options ([#52](https://github.com/DS4SD/docling-parse/issues/52)) ([`82284d4`](https://github.com/DS4SD/docling-parse/commit/82284d42c5136490a4285cd19d4d5ff90044fbe5))
6
7
## [v2.0.1](https://github.com/DS4SD/docling-parse/releases/tag/v2.0.1) - 2024-10-25
8
9
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "docling-parse"
-version = "2.0.1"
+version = "2.0.2"
description = "Simple package to extract text with coordinates from programmatic PDFs"
authors = ["Peter Staar <[email protected]>"]
maintainers = [
0 commit comments