Skip to content

Commit ff1e09a

Browse files
last push..
1 parent 2fe6028 commit ff1e09a

File tree

6 files changed

+104
-18
lines changed

6 files changed

+104
-18
lines changed

.vscode/launch.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 0 additions & 3 deletions
This file was deleted.
-1.05 KB
Binary file not shown.
-1.05 KB
Binary file not shown.

__pycache__/pdf2txt.cpython-37.pyc

-4.28 KB
Binary file not shown.

requirements.txt

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
appdirs==1.4.4
2+
astroid==2.0.3
3+
atomicwrites==1.3.0
4+
attrs==19.1.0
5+
autopep8==1.5.6
6+
backcall==0.1.0
7+
beautifulsoup4==4.8.2
8+
boto==2.49.0
9+
boto3==1.9.196
10+
botocore==1.12.196
11+
certifi==2019.6.16
12+
chardet==3.0.4
13+
click==7.1.2
14+
colorama==0.3.9
15+
cycler==0.10.0
16+
decorator==4.4.2
17+
distlib==0.3.1
18+
docutils==0.14
19+
eli5==0.10.1
20+
filelock==3.0.12
21+
Flask==1.1.2
22+
funcy==1.12
23+
future==0.17.1
24+
gensim==3.8.0
25+
graphviz==0.13.2
26+
guidedlda==2.0.0.dev22
27+
idna==2.8
28+
importlib-metadata==0.18
29+
importlib-resources==5.1.2
30+
ipython==7.13.0
31+
ipython-genutils==0.2.0
32+
isodate==0.6.0
33+
isort==4.3.4
34+
itsdangerous==1.1.0
35+
jedi==0.16.0
36+
Jinja2==2.10.1
37+
jmespath==0.9.4
38+
joblib==0.13.2
39+
kiwisolver==1.1.0
40+
lazy-object-proxy==1.3.1
41+
liac-arff==2.4.0
42+
MarkupSafe==1.1.1
43+
matplotlib==3.1.1
44+
mccabe==0.6.1
45+
more-itertools==7.2.0
46+
networkx==2.4
47+
nltk==3.5
48+
npm==0.1.1
49+
numexpr==2.6.9
50+
numpy==1.15.1
51+
optional-django==0.1.0
52+
packaging==19.0
53+
pandas==0.23.4
54+
parso==0.6.2
55+
pdfminer.six==20181108
56+
pickleshare==0.7.5
57+
Pillow==6.0.0
58+
pluggy==0.12.0
59+
prompt-toolkit==3.0.3
60+
py==1.8.0
61+
pycodestyle==2.7.0
62+
pycryptodome==3.8.2
63+
Pygments==2.5.2
64+
pyLDAvis==2.1.2
65+
pylint==2.1.1
66+
pyparsing==2.4.1.1
67+
PyPDF2==1.26.0
68+
pyperclip==1.7.0
69+
pytesseract==0.2.6
70+
pytest==5.0.1
71+
python-crfsuite==0.9.6
72+
python-dateutil==2.7.3
73+
python-dotenv==0.17.0
74+
pytz==2018.5
75+
pyvis==0.1.7.0
76+
PyYAML==5.3
77+
rdflib==5.0.0
78+
regex==2021.3.17
79+
requests==2.22.0
80+
s3transfer==0.2.1
81+
scikit-learn==0.21.2
82+
scipy==1.3.0
83+
six==1.11.0
84+
sklearn==0.0
85+
sklearn-crfsuite==0.3.6
86+
smart-open==1.8.4
87+
snap==0.5
88+
sortedcontainers==2.1.0
89+
soupsieve==1.9.5
90+
SPARQLWrapper==1.8.5
91+
tabulate==0.8.6
92+
toml==0.10.2
93+
tqdm==4.42.1
94+
traitlets==4.3.3
95+
typed-ast==1.1.0
96+
urllib3==1.25.3
97+
virtualenv==20.4.3
98+
Wand==0.5.4
99+
wcwidth==0.1.7
100+
Werkzeug==0.16.0
101+
wikipedia==1.4.0
102+
wrapt==1.10.11
103+
yarn==0.0.9
104+
zipp==0.5.2

0 commit comments

Comments
 (0)