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 3f51a2c commit 219e945Copy full SHA for 219e945
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [v1.2.0](https://github.com/DS4SD/docling-parse/releases/tag/v1.2.0) - 2024-09-09
2
+
3
+### Feature
4
5
+* Build linux arm64 architecture ([#17](https://github.com/DS4SD/docling-parse/issues/17)) ([`3f51a2c`](https://github.com/DS4SD/docling-parse/commit/3f51a2c571259491a79899db02cfe2de26a5c17f))
6
7
## [v1.1.3](https://github.com/DS4SD/docling-parse/releases/tag/v1.1.3) - 2024-08-30
8
9
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "docling-parse"
-version = "1.1.3"
+version = "1.2.0"
description = "Simple package to extract text with coordinates from programmatic PDFs"
authors = ["Peter Staar <[email protected]>"]
maintainers = [
0 commit comments