We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca57c4 commit 08a329dCopy full SHA for 08a329d
.gitignore
@@ -12,3 +12,4 @@ __pycache__/
12
.cache/
13
.DS_Store
14
output*
15
+logs/
config/config.yaml
@@ -11,7 +11,7 @@ collections:
11
key: "value"
sources:
- type: "source"
- url_fragment: "/departments"
+ url_fragment: "/"
recursive: true
16
attachments: true
17
metadata:
requirements.txt
@@ -28,3 +28,4 @@ types-beautifulsoup4 # can be removed after testing with igloo API
28
hf_xet
29
tf-keras
30
selenium # can be removed after tesing with igloo API
31
+pdfminer.six
0 commit comments