-
Notifications
You must be signed in to change notification settings - Fork 820
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'refs/heads/main' into feature/zh_adaptation
# Conflicts: # CHANGELOG.md
- Loading branch information
Showing
6 changed files
with
23 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,8 +22,7 @@ Office365-REST-Python-Client<2.4.3 | |
# unstructured-inference to be upgraded when unstructured library is upgraded | ||
# https://github.com/Unstructured-IO/unstructured/issues/1458 | ||
# unstructured-inference | ||
# use the known compatible version of weaviate and pytesseract | ||
pytesseract @ git+https://github.com/madmaze/[email protected] | ||
# use the known compatible version of weaviate | ||
weaviate-client>3.25.0 | ||
# TODO: Pinned in transformers package, remove when that gets updated | ||
tokenizers>=0.19,<0.20 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
-c ./deps/constraints.txt | ||
-c base.txt | ||
|
||
paddlepaddle==3.0.0b1 -i https://www.paddlepaddle.org.cn/packages/stable/cpu/ | ||
paddlepaddle==3.0.0b1 | ||
unstructured.paddleocr==2.8.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,6 @@ effdet | |
# Do not move to constraints.in, otherwise unstructured-inference will not be upgraded | ||
# when unstructured library is. | ||
unstructured-inference==0.7.36 | ||
pytesseract>=0.3.12 | ||
# NOTE(christine): Pinned to a specific version of pytesseract from the GitHub repository. | ||
# Remove this pin and switch to the latest version from PyPI once version 0.3.13 or newer is officially released. | ||
pytesseract @ git+https://github.com/madmaze/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -202,9 +202,7 @@ pypdf==4.3.1 | |
pypdfium2==4.30.0 | ||
# via pdfplumber | ||
pytesseract @ git+https://github.com/madmaze/[email protected] | ||
# via | ||
# -c ././deps/constraints.txt | ||
# -r ./extra-pdf-image.in | ||
# via -r ./extra-pdf-image.in | ||
python-dateutil==2.9.0.post0 | ||
# via | ||
# -c ./base.txt | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.15.2" # pragma: no cover | ||
__version__ = "0.15.4" # pragma: no cover |