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 6e19d60 commit aadde85Copy full SHA for aadde85
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [v4.2.0](https://github.com/docling-project/docling-parse/releases/tag/v4.2.0) - 2025-08-19
2
+
3
+### Feature
4
5
+* Add page unloading ([#150](https://github.com/docling-project/docling-parse/issues/150)) ([`fe3482f`](https://github.com/docling-project/docling-parse/commit/fe3482f7d7a08fd1940840a64776dd14d0fb7eef))
6
7
## [v4.1.0](https://github.com/docling-project/docling-parse/releases/tag/v4.1.0) - 2025-06-24
8
9
### Feature
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "docling-parse"
-version = "4.1.0"
+version = "4.2.0"
description = "Simple package to extract text with coordinates from programmatic PDFs"
license = "MIT"
keywords = ["docling", "pdf", "parser"]
0 commit comments