Skip to content

Commit

Permalink
chore: changelog fix, cut release 0.6.5 (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
christinestraub authored Sep 27, 2023
1 parent 00b4936 commit 12ca9d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## 0.6.5-dev0
## 0.6.5

* Add functionality to keep extracted image elements while merging inferred layout with extracted layout
* Fix `source` property for elements generated by pdfminer.
* Add 'OCR-tesseract' and 'OCR-paddle' as sources for elements generated by OCR.

## 0.6.4

* Add functionality to keep extracted image elements while merging inferred layout with extracted layout
* add a function to automatically scale table crop images based on text height so the text height is optimum for `tesseract` OCR task
* add the new image auto scaling parameters to `config.py`

Expand Down
2 changes: 1 addition & 1 deletion unstructured_inference/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.5-dev0" # pragma: no cover
__version__ = "0.6.5" # pragma: no cover

0 comments on commit 12ca9d9

Please sign in to comment.