Spaces:
Paused
Paused
Update auditqa/doc_process.py
Browse files- auditqa/doc_process.py +1 -1
auditqa/doc_process.py
CHANGED
@@ -30,7 +30,7 @@ def process_markdown():
|
|
30 |
print(docs_processed[0])
|
31 |
|
32 |
def process_pdf():
|
33 |
-
files = glob.glob(path_to_data+"*.
|
34 |
docs = []
|
35 |
for file in files:
|
36 |
try:
|
|
|
30 |
print(docs_processed[0])
|
31 |
|
32 |
def process_pdf():
|
33 |
+
files = glob.glob(path_to_data+"*.pdf")
|
34 |
docs = []
|
35 |
for file in files:
|
36 |
try:
|