Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## 0.0.42-dev1
## 0.0.42

* Update readme for parameter `hi_res_model_name`
* Fix a bug using `hi_res_model_name` in parallel mode
* Bump unstructured library to 0.10.12
* Bump unstructured-inference to 0.5.22

## 0.0.41

Expand Down
50 changes: 33 additions & 17 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ antlr4-python3-runtime==4.9.3
# via omegaconf
anyio==3.7.1
# via
# fastapi
# starlette
# watchfiles
attrs==23.1.0
# via
# jsonschema
# referencing
autoflake==2.2.0
autoflake==2.2.1
# via unstructured-api-tools
beautifulsoup4==4.12.2
# via
Expand Down Expand Up @@ -46,6 +47,8 @@ cryptography==41.0.3
# via pdfminer-six
cycler==0.11.0
# via matplotlib
dataclasses-json==0.6.0
# via unstructured
defusedxml==0.7.1
# via nbconvert
ebooklib==0.18
Expand All @@ -58,7 +61,7 @@ et-xmlfile==1.1.0
# via openpyxl
exceptiongroup==1.1.3
# via anyio
fastapi==0.103.0
fastapi==0.103.1
# via unstructured-api-tools
fastjsonschema==2.18.0
# via nbformat
Expand All @@ -73,7 +76,7 @@ flatbuffers==23.5.26
# via onnxruntime
fonttools==4.42.1
# via matplotlib
fsspec==2023.6.0
fsspec==2023.9.0
# via huggingface-hub
h11==0.14.0
# via uvicorn
Expand Down Expand Up @@ -129,6 +132,8 @@ markupsafe==2.1.3
# via
# jinja2
# nbconvert
marshmallow==3.20.1
# via dataclasses-json
matplotlib==3.7.2
# via pycocotools
mistune==3.0.1
Expand All @@ -140,7 +145,9 @@ msg-parser==1.2.0
mypy==1.5.1
# via unstructured-api-tools
mypy-extensions==1.0.0
# via mypy
# via
# mypy
# typing-inspect
nbclient==0.8.0
# via nbconvert
nbconvert==7.8.0
Expand All @@ -158,6 +165,7 @@ numpy==1.25.2
# contourpy
# layoutparser
# matplotlib
# onnx
# onnxruntime
# opencv-python
# pandas
Expand All @@ -169,6 +177,8 @@ olefile==0.46
# via msg-parser
omegaconf==2.3.0
# via effdet
onnx==1.14.1
# via unstructured-inference
onnxruntime==1.15.1
# via unstructured-inference
opencv-python==4.8.0.76
Expand All @@ -180,12 +190,13 @@ openpyxl==3.1.2
packaging==23.1
# via
# huggingface-hub
# marshmallow
# matplotlib
# nbconvert
# onnxruntime
# pytesseract
# transformers
pandas==2.0.3
pandas==2.1.0
# via
# layoutparser
# unstructured
Expand All @@ -202,7 +213,7 @@ pdfminer-six==20221105
# unstructured
pdfplumber==0.10.2
# via layoutparser
pillow==9.5.0
pillow==10.0.0
# via
# layoutparser
# matplotlib
Expand All @@ -211,13 +222,14 @@ pillow==9.5.0
# pytesseract
# python-pptx
# torchvision
# unstructured
platformdirs==3.10.0
# via jupyter-core
portalocker==2.7.0
# via iopath
protobuf==4.24.2
# via onnxruntime
# via
# onnx
# onnxruntime
psutil==5.9.5
# via -r requirements/base.in
pycocotools==2.0.7
Expand All @@ -238,7 +250,7 @@ pypandoc==1.11
# via unstructured
pyparsing==3.0.9
# via matplotlib
pypdf==3.15.4
pypdf==3.15.5
# via -r requirements/base.in
pypdfium2==4.19.0
# via pdfplumber
Expand All @@ -259,9 +271,9 @@ python-multipart==0.0.6
# via
# unstructured-api-tools
# unstructured-inference
python-pptx==0.6.22
python-pptx==0.6.21
# via unstructured
pytz==2023.3
pytz==2023.3.post1
# via pandas
pyyaml==6.0.1
# via
Expand Down Expand Up @@ -290,7 +302,7 @@ requests==2.31.0
# torchvision
# transformers
# unstructured
rpds-py==0.10.0
rpds-py==0.10.2
# via
# jsonschema
# referencing
Expand All @@ -308,7 +320,7 @@ six==1.16.0
# python-dateutil
sniffio==1.3.0
# via anyio
soupsieve==2.4.1
soupsieve==2.5
# via beautifulsoup4
starlette==0.27.0
# via fastapi
Expand All @@ -318,7 +330,7 @@ sympy==1.12
# torch
tabulate==0.9.0
# via unstructured
timm==0.9.5
timm==0.9.7
# via effdet
tinycss2==1.2.1
# via nbconvert
Expand Down Expand Up @@ -354,7 +366,7 @@ traitlets==5.9.0
# nbclient
# nbconvert
# nbformat
transformers==4.32.1
transformers==4.33.0
# via unstructured-inference
types-requests==2.31.0.2
# via unstructured-api-tools
Expand All @@ -369,17 +381,21 @@ typing-extensions==4.7.1
# huggingface-hub
# iopath
# mypy
# onnx
# pydantic
# pydantic-core
# torch
# typing-inspect
# uvicorn
typing-inspect==0.9.0
# via dataclasses-json
tzdata==2023.3
# via pandas
unstructured[local-inference]==0.10.8
unstructured[local-inference]==0.10.12
# via -r requirements/base.in
unstructured-api-tools==0.10.11
# via -r requirements/base.in
unstructured-inference==0.5.17
unstructured-inference==0.5.22
# via unstructured
urllib3==2.0.4
# via requests
Expand Down
Loading