Skip to content

Commit e3d27d0

Browse files
committed
chore: add changelog entry and bump version to 0.22.1
1 parent 0f2e7c0 commit e3d27d0

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.22.8
2+
3+
### Enhancements
4+
- **Reduce PaddleOCR memory usage**: Set `rec_batch_num=1` when creating PaddleOCR instances to reduce Paddle inference engine arena allocation from 4x500 MiB to 1x500 MiB during text recognition
5+
16
## 0.22.7
27

38
### Fixes

unstructured/__version__.py

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

0 commit comments

Comments
 (0)