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 1815e7d commit df88894Copy full SHA for df88894
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [v2.0.1](https://github.com/DS4SD/docling-parse/releases/tag/v2.0.1) - 2024-10-25
2
+
3
+### Fix
4
5
+* Robustify parser v2 ([#49](https://github.com/DS4SD/docling-parse/issues/49)) ([`1815e7d`](https://github.com/DS4SD/docling-parse/commit/1815e7d9400bd2551e99efb475fd59a7bf81069a))
6
7
## [v2.0.0](https://github.com/DS4SD/docling-parse/releases/tag/v2.0.0) - 2024-10-23
8
9
### Feature
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "docling-parse"
-version = "2.0.0"
+version = "2.0.1"
description = "Simple package to extract text with coordinates from programmatic PDFs"
authors = ["Peter Staar <[email protected]>"]
maintainers = [
0 commit comments