Skip to content

Commit abfd803

Browse files
update changelog.md and version.py
1 parent 18d670c commit abfd803

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.16.4-dev0
2+
3+
### Enhancements
4+
5+
### Features
6+
7+
* **Add support for link extraction in pdf hi_res strategy.** The `partition_pdf()` function now supports link extraction when using the `hi_res` strategy, allowing users to extract hyperlinks from PDF documents more effectively.
8+
9+
### Fixes
10+
111
## 0.16.3
212

313
### Enhancements

unstructured/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.16.3" # pragma: no cover
1+
__version__ = "0.16.4-dev0" # pragma: no cover

0 commit comments

Comments
 (0)