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 6565f32 commit 40a3a0cCopy full SHA for 40a3a0c
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [v1.1.1](https://github.com/DS4SD/docling-parse/releases/tag/v1.1.1) - 2024-08-23
2
+
3
+### Fix
4
5
+* Replace assert with exceptions ([#12](https://github.com/DS4SD/docling-parse/issues/12)) ([`6565f32`](https://github.com/DS4SD/docling-parse/commit/6565f32bdeb17d9796a94ccf3c8f8c4e0e73bf49))
6
7
## [v1.1.0](https://github.com/DS4SD/docling-parse/releases/tag/v1.1.0) - 2024-08-22
8
9
### Feature
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "docling-parse"
-version = "1.1.0"
+version = "1.1.1"
description = "Simple package to extract text with coordinates from programmatic PDFs"
authors = ["Peter Staar <[email protected]>"]
maintainers = [
0 commit comments