Skip to content

Commit 9ea3734

Browse files
cragwolfeawalker4
andauthored
fix: memory issue resolved for chipper v2 (#1772)
Co-authored-by: Austin Walker <[email protected]> Co-authored-by: Austin Walker <[email protected]>
1 parent aeaae5f commit 9ea3734

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

Diff for: CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.10.24-dev3
1+
## 0.10.24
22

33
### Enhancements
44

@@ -14,6 +14,8 @@
1414

1515
* **Fix paddle model file not discoverable** Fixes issue where ocr_models/paddle_ocr.py file is not discoverable on PyPI by adding
1616
an `__init__.py` file under the folder.
17+
* **Chipper v2 Fixes** Includes fix for a memory leak and rare last-element bbox fix. (unstructured-inference==0.7.7)
18+
* **Fix image resizing issue** Includes fix related to resizing images in the tables pipeline. (unstructured-inference==0.7.6)
1719

1820
## 0.10.23
1921

Diff for: requirements/extra-odt.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ lxml==4.9.3
88
# via
99
# -c requirements/base.txt
1010
# python-docx
11-
pypandoc==1.11
11+
pypandoc==1.12
1212
# via -r requirements/extra-odt.in
1313
python-docx==1.0.1
1414
# via -r requirements/extra-odt.in

Diff for: requirements/extra-pandoc.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
#
55
# pip-compile requirements/extra-pandoc.in
66
#
7-
pypandoc==1.11
7+
pypandoc==1.12
88
# via -r requirements/extra-pandoc.in

Diff for: requirements/extra-pdf-image.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pdf2image
66
pdfminer.six
77
# Do not move to contsraints.in, otherwise unstructured-inference will not be upgraded
88
# when unstructured library is.
9-
unstructured-inference==0.7.5
9+
unstructured-inference==0.7.7
1010
# unstructured fork of pytesseract that provides an interface to allow for multiple output formats
1111
# from one tesseract call
1212
unstructured.pytesseract>=0.3.12

Diff for: unstructured/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.10.24-dev3" # pragma: no cover
1+
__version__ = "0.10.24" # pragma: no cover

0 commit comments

Comments
 (0)