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 992df42 commit 24bdedbCopy full SHA for 24bdedb
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [v1.2.1](https://github.com/DS4SD/docling-parse/releases/tag/v1.2.1) - 2024-09-18
2
+
3
+### Fix
4
5
+* Clean code ([#20](https://github.com/DS4SD/docling-parse/issues/20)) ([`992df42`](https://github.com/DS4SD/docling-parse/commit/992df4235ca624b47ce63be71592fa895c732e07))
6
7
## [v1.2.0](https://github.com/DS4SD/docling-parse/releases/tag/v1.2.0) - 2024-09-09
8
9
### Feature
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "docling-parse"
-version = "1.2.0"
+version = "1.2.1"
description = "Simple package to extract text with coordinates from programmatic PDFs"
authors = ["Peter Staar <[email protected]>"]
maintainers = [
0 commit comments