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 195777b commit db951c8Copy full SHA for db951c8
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [v0.2.0](https://github.com/DS4SD/docling-parse/releases/tag/v0.2.0) - 2024-08-13
2
+
3
+### Feature
4
5
+* Add reading from BytesIO ([#6](https://github.com/DS4SD/docling-parse/issues/6)) ([`195777b`](https://github.com/DS4SD/docling-parse/commit/195777b656969d5021b7d8d55d2d208b61dfcb0f))
6
7
## [v0.1.0](https://github.com/DS4SD/docling-parse/releases/tag/v0.1.0) - 2024-08-07
8
9
### Feature
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "docling-parse"
-version = "0.1.0"
+version = "0.2.0"
description = "Simple package to extract text with coordinates from programmatic PDFs"
authors = ["Peter Staar <[email protected]>"]
maintainers = [
0 commit comments