build: bump unstructured-inference==0.5.17, cut release (#1207)

Pulls in @awalker4's tesseract enhancement:
https://github.com/Unstructured-IO/unstructured-inference/pull/185
This commit is contained in:
cragwolfe 2023-08-25 18:05:48 -07:00 committed by GitHub
parent 07f76275f1
commit 3f1c90eef2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 14 additions and 8 deletions

View File

@ -1,4 +1,4 @@
## 0.10.6-dev3
## 0.10.6
### Enhancements
@ -7,7 +7,9 @@
emit a warning about the encrypted content.
* Add threaded Slack conversations into Slack connector output
* Add functionality to sort elements using `xy-cut` sorting approach in `partition_pdf` for `hi_res` and `fast` strategies
* Bump unstructured-inference
* Set OMP_THREAD_LIMIT to 1 if not set for better tesseract perf (0.5.17)
### Features
* Extract coordinates from PDFs and images when using OCR only strategy and add to metadata

View File

@ -1,7 +1,11 @@
# TODO(crag): This requirements should instead live in docs/ and be co-mingled with
# unstructured-the-library requirements
-c base.txt
-c constraints.in
sphinx
# NOTE(crag): pinning for consistency with CI, compat with below pins
sphinx==6.2.1
sphinx-tabs
# NOTE(alan) - Pinning to resolve a conflict with sphinx. We can unpin on next sphinx_rtd_theme release.
sphinx_rtd_theme==1.2.2

View File

@ -26,7 +26,7 @@ Pillow<10.0.0
# AttributeError: 'ResourcePath' object has no attribute 'collection'
Office365-REST-Python-Client<2.4.3
# NOTE(christine) Pinned to set the `unstructured-inference` version
unstructured-inference==0.5.14
unstructured-inference==0.5.17
# NOTE(klaijan) - Moved pin from test.in
# pinning to avoid error in argilla library
pydantic<2

View File

@ -206,7 +206,7 @@ typing-extensions==4.7.1
# torch
tzdata==2023.3
# via pandas
unstructured-inference==0.5.14
unstructured-inference==0.5.17
# via
# -c requirements/constraints.in
# -r requirements/extra-pdf-image.in

View File

@ -43,7 +43,7 @@ iniconfig==2.0.0
# via pytest
label-studio-sdk==0.0.30
# via -r requirements/test.in
label-studio-tools==0.0.2
label-studio-tools==0.0.3
# via label-studio-sdk
lxml==4.9.3
# via
@ -95,7 +95,7 @@ requests==2.31.0
# via
# -c requirements/base.txt
# label-studio-sdk
ruff==0.0.285
ruff==0.0.286
# via -r requirements/test.in
six==1.16.0
# via python-dateutil

View File

@ -1 +1 @@
__version__ = "0.10.6-dev3" # pragma: no cover
__version__ = "0.10.6" # pragma: no cover