File tree 10 files changed +24
-18
lines changed
10 files changed +24
-18
lines changed Original file line number Diff line number Diff line change 1
- ## 0.7.5-dev2
1
+ ## 0.7.5
2
2
3
3
### Enhancements
4
4
5
5
* Adds functionality to sort elements in ` partition_pdf ` for ` fast ` strategy
6
6
* Adds ingest tests with ` --fast ` strategy on PDF documents
7
7
* Adds --api-key to unstructured-ingest
8
8
9
-
10
9
### Features
11
10
12
11
* Adds ` partition_rst ` for processed ReStructured Text documents.
13
12
14
13
### Fixes
15
14
16
15
* Adds handling for emails that do not have a datetime to extract.
16
+ * Adds pdf2image package as core requirement of unstructured (with no extras)
17
17
18
18
## 0.7.4
19
19
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ msg_parser
7
7
nltk
8
8
openpyxl
9
9
pandas
10
+ pdf2image
10
11
pdfminer.six
11
12
pillow
12
13
pypandoc
Original file line number Diff line number Diff line change @@ -82,11 +82,14 @@ pandas==1.5.3
82
82
# via
83
83
# -r requirements/base.in
84
84
# argilla
85
+ pdf2image==1.16.3
86
+ # via -r requirements/base.in
85
87
pdfminer-six==20221105
86
88
# via -r requirements/base.in
87
89
pillow==9.5.0
88
90
# via
89
91
# -r requirements/base.in
92
+ # pdf2image
90
93
# python-pptx
91
94
pycparser==2.21
92
95
# via cffi
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ executing==1.2.0
63
63
# via stack-data
64
64
fastjsonschema==2.17.1
65
65
# via nbformat
66
- filelock==3.12.1
66
+ filelock==3.12.2
67
67
# via virtualenv
68
68
fqdn==1.5.1
69
69
# via jsonschema
@@ -82,7 +82,7 @@ importlib-metadata==6.6.0
82
82
# nbconvert
83
83
importlib-resources==5.12.0
84
84
# via jsonschema
85
- ipykernel==6.23.1
85
+ ipykernel==6.23.2
86
86
# via
87
87
# ipywidgets
88
88
# jupyter
@@ -171,7 +171,7 @@ nbclassic==1.0.0
171
171
# via notebook
172
172
nbclient==0.8.0
173
173
# via nbconvert
174
- nbconvert==7.4 .0
174
+ nbconvert==7.5 .0
175
175
# via
176
176
# jupyter
177
177
# jupyter-server
@@ -224,7 +224,7 @@ platformdirs==3.5.3
224
224
# -c requirements/test.txt
225
225
# jupyter-core
226
226
# virtualenv
227
- pre-commit==3.3.2
227
+ pre-commit==3.3.3
228
228
# via -r requirements/dev.in
229
229
prometheus-client==0.17.0
230
230
# via
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ click==8.1.3
17
17
# via
18
18
# -c requirements/base.txt
19
19
# sacremoses
20
- filelock==3.12.1
20
+ filelock==3.12.2
21
21
# via
22
22
# huggingface-hub
23
23
# torch
@@ -90,7 +90,7 @@ tqdm==4.65.0
90
90
# huggingface-hub
91
91
# sacremoses
92
92
# transformers
93
- transformers==4.30.1
93
+ transformers==4.30.2
94
94
# via -r requirements/huggingface.in
95
95
typing-extensions==4.6.3
96
96
# via
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ async-timeout==4.0.2
14
14
# via aiohttp
15
15
attrs==23.1.0
16
16
# via aiohttp
17
- azure-core==1.27.0
17
+ azure-core==1.27.1
18
18
# via
19
19
# adlfs
20
20
# azure-identity
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ charset-normalizer==3.1.0
16
16
# via
17
17
# -c requirements/base.txt
18
18
# aiohttp
19
- discord-py==2.2.3
19
+ discord-py==2.3.0
20
20
# via -r requirements/ingest-discord.in
21
21
frozenlist==1.3.3
22
22
# via
Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ charset-normalizer==3.1.0
17
17
# requests
18
18
google-api-core==2.11.0
19
19
# via google-api-python-client
20
- google-api-python-client==2.88 .0
20
+ google-api-python-client==2.89 .0
21
21
# via -r requirements/ingest-google-drive.in
22
- google-auth==2.19.1
22
+ google-auth==2.20.0
23
23
# via
24
24
# google-api-core
25
25
# google-api-python-client
26
26
# google-auth-httplib2
27
27
google-auth-httplib2==0.1.0
28
28
# via google-api-python-client
29
- googleapis-common-protos==1.59.0
29
+ googleapis-common-protos==1.59.1
30
30
# via google-api-core
31
31
httplib2==0.22.0
32
32
# via
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ charset-normalizer==3.1.0
22
22
# requests
23
23
coloredlogs==15.0.1
24
24
# via onnxruntime
25
- contourpy==1.0.7
25
+ contourpy==1.1.0
26
26
# via matplotlib
27
27
cryptography==41.0.1
28
28
# via
@@ -32,7 +32,7 @@ cycler==0.11.0
32
32
# via matplotlib
33
33
effdet==0.4.1
34
34
# via layoutparser
35
- filelock==3.12.1
35
+ filelock==3.12.2
36
36
# via
37
37
# huggingface-hub
38
38
# torch
@@ -106,7 +106,9 @@ pandas==1.5.3
106
106
# -c requirements/base.txt
107
107
# layoutparser
108
108
pdf2image==1.16.3
109
- # via layoutparser
109
+ # via
110
+ # -c requirements/base.txt
111
+ # layoutparser
110
112
pdfminer-six==20221105
111
113
# via
112
114
# -c requirements/base.txt
@@ -201,7 +203,7 @@ tqdm==4.65.0
201
203
# huggingface-hub
202
204
# iopath
203
205
# transformers
204
- transformers==4.30.1
206
+ transformers==4.30.2
205
207
# via unstructured-inference
206
208
typing-extensions==4.6.3
207
209
# via
Original file line number Diff line number Diff line change 1
- __version__ = "0.7.5-dev2 " # pragma: no cover
1
+ __version__ = "0.7.5" # pragma: no cover
You can’t perform that action at this time.
0 commit comments