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 c3a6b03 commit 55753ffCopy full SHA for 55753ff
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [v1.1.3](https://github.com/DS4SD/docling-parse/releases/tag/v1.1.3) - 2024-08-30
2
+
3
+### Fix
4
5
+* Resolve more assert errors ([#16](https://github.com/DS4SD/docling-parse/issues/16)) ([`c3a6b03`](https://github.com/DS4SD/docling-parse/commit/c3a6b038571909a41b3abd237215b756c3eacc62))
6
7
## [v1.1.2](https://github.com/DS4SD/docling-parse/releases/tag/v1.1.2) - 2024-08-29
8
9
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "docling-parse"
-version = "1.1.2"
+version = "1.1.3"
description = "Simple package to extract text with coordinates from programmatic PDFs"
authors = ["Peter Staar <[email protected]>"]
maintainers = [
0 commit comments