Spaces:
Runtime error
Runtime error
Update pdftotext.py
Browse files- pdftotext.py +1 -1
pdftotext.py
CHANGED
|
@@ -127,7 +127,7 @@ def texts_from_pdf(pdfshareablelinks, heading_to_search):
|
|
| 127 |
|
| 128 |
|
| 129 |
def apiFiltering(apitext):
|
| 130 |
-
for item in
|
| 131 |
project_template_details = item.get('projecttemplatedetails', [])
|
| 132 |
for detail in project_template_details:
|
| 133 |
print('apitext',detail)
|
|
|
|
| 127 |
|
| 128 |
|
| 129 |
def apiFiltering(apitext):
|
| 130 |
+
for item in apitext:
|
| 131 |
project_template_details = item.get('projecttemplatedetails', [])
|
| 132 |
for detail in project_template_details:
|
| 133 |
print('apitext',detail)
|