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 54252e6 commit ab54f91Copy full SHA for ab54f91
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [v1.6.1](https://github.com/DS4SD/docling-parse/releases/tag/v1.6.1) - 2024-10-18
2
+
3
+### Fix
4
5
+* Fatal errors on pdfs ([#41](https://github.com/DS4SD/docling-parse/issues/41)) ([`54252e6`](https://github.com/DS4SD/docling-parse/commit/54252e6c2ef6a60dba6683fd32dd78d53fce5f76))
6
7
## [v1.6.0](https://github.com/DS4SD/docling-parse/releases/tag/v1.6.0) - 2024-10-11
8
9
### Feature
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "docling-parse"
-version = "1.6.0"
+version = "1.6.1"
description = "Simple package to extract text with coordinates from programmatic PDFs"
authors = ["Peter Staar <[email protected]>"]
maintainers = [
0 commit comments