Skip to content

Commit 6ce520e

Browse files
author
4gac
committed
chore: update deps
1 parent 6845a6a commit 6ce520e

File tree

2 files changed

+19
-92
lines changed

2 files changed

+19
-92
lines changed

requirements.txt

+18-91
Original file line numberDiff line numberDiff line change
@@ -1,91 +1,18 @@
1-
argcomplete==2.0.0
2-
attrs==22.2.0
3-
Babel==2.10.3
4-
black==23.1.0
5-
blinker==1.5
6-
Brlapi==0.8.4
7-
certifi==2022.9.24
8-
chardet==5.1.0
9-
charset-normalizer==3.0.1
10-
click==8.1.3
11-
colorama==0.4.6
12-
cryptography==38.0.4
13-
cupshelpers==1.0
14-
dbus-python==1.3.2
15-
distro==1.8.0
16-
docstring-to-markdown==0.11
17-
evdev==1.6.1
18-
fuse-python==1.0.5
19-
ghp-import==2.1.0
20-
gpg==1.18.0
21-
httplib2==0.20.4
22-
idna==3.3
23-
iniconfig==1.1.1
24-
jedi==0.18.2
25-
Jinja2==3.1.2
26-
joblib==1.2.0
27-
lazr.restfulclient==0.14.5
28-
lazr.uri==1.0.6
29-
livereload==2.6.3
30-
louis==3.24.0
31-
lunr==0.6.2
32-
Markdown==3.4.1
33-
MarkupSafe==2.1.2
34-
mergedeep==1.3.4
35-
mkdocs==1.4.2
36-
more-itertools==8.10.0
37-
mypy-extensions==0.4.3
38-
nltk==3.8
39-
numpy==1.24.2
40-
oauthlib==3.2.2
41-
packaging==23.0
42-
parso==0.8.3
43-
pathspec==0.11.0
44-
pipx==1.1.0
45-
platformdirs==2.6.0
46-
pluggy==1.0.0+repack
47-
psutil==5.9.4
48-
py==1.11.0
49-
pycairo==1.20.1
50-
pycups==2.0.1
51-
pycurl==7.45.2
52-
Pygments==2.14.0
53-
PyGObject==3.42.2
54-
pyinotify==0.9.6
55-
PyJWT==2.6.0
56-
pylibacl==0.7.0
57-
pyparsing==3.0.9
58-
PyQt5==5.15.9
59-
PyQt5-sip==12.11.1
60-
PySimpleSOAP==1.16.2
61-
pysmbc==1.0.23
62-
pytest==7.2.1
63-
python-apt==2.6.0
64-
python-dateutil==2.8.2
65-
python-debian==0.1.49
66-
python-debianbts==4.0.1
67-
python-lsp-black==1.2.1
68-
python-lsp-jsonrpc==1.0.0
69-
python-lsp-server==1.7.1
70-
python-xlib==0.33
71-
pytz==2022.7.1
72-
pyudev==0.24.0
73-
pyxattr==0.8.1
74-
pyxdg==0.28
75-
PyYAML==6.0
76-
pyyaml_env_tag==0.1
77-
regex==2022.10.31
78-
reportbug==12.0.0
79-
requests==2.28.1
80-
simplejson==3.18.3
81-
six==1.16.0
82-
toml==0.10.2
83-
tornado==6.2
84-
tqdm==4.64.1
85-
ujson==5.7.0
86-
urllib3==1.26.12
87-
userpath==1.8.0
88-
vboxapi==1.0
89-
wadllib==1.3.6
90-
watchdog==2.2.1
91-
xdg==5
1+
annotated-types==0.7.0
2+
anyio==4.4.0
3+
certifi==2024.7.4
4+
charset-normalizer==3.3.2
5+
distro==1.9.0
6+
h11==0.14.0
7+
httpcore==1.0.5
8+
httpx==0.27.0
9+
idna==3.7
10+
openai==1.37.0
11+
pdfix-sdk==8.2.0
12+
pydantic==2.8.2
13+
pydantic_core==2.20.1
14+
requests==2.32.3
15+
sniffio==1.3.1
16+
tqdm==4.66.4
17+
typing_extensions==4.12.2
18+
urllib3==2.2.2

src/process_pdf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def update_table_sum(
7575

7676
# check bounding box
7777
if bbox.left == bbox.right or bbox.top == bbox.bottom:
78-
print("[" + img + "] image found but no BBox attribute was set")
78+
print("[" + img + "] table found but no BBox attribute was set")
7979
return
8080

8181
# get the object page number (it may be written in child objects)

0 commit comments

Comments
 (0)