Skip to content

Commit 12ca9d9

Browse files
chore: changelog fix, cut release 0.6.5 (#230)
1 parent 00b4936 commit 12ca9d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
## 0.6.5-dev0
1+
## 0.6.5
22

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

67
## 0.6.4
78

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

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

0 commit comments

Comments
 (0)