Spaces:
Sleeping
Sleeping
Update pdftotext.py
Browse files- pdftotext.py +4 -2
pdftotext.py
CHANGED
|
@@ -127,8 +127,10 @@ def texts_from_pdf(pdfshareablelinks, heading_to_search):
|
|
| 127 |
|
| 128 |
|
| 129 |
def apiFiltering(apitext):
|
| 130 |
-
for item in
|
| 131 |
-
|
|
|
|
|
|
|
| 132 |
|
| 133 |
# import fitz
|
| 134 |
|
|
|
|
| 127 |
|
| 128 |
|
| 129 |
def apiFiltering(apitext):
|
| 130 |
+
for item in allapi:
|
| 131 |
+
project_template_details = item.get('projecttemplatedetails', [])
|
| 132 |
+
for detail in project_template_details:
|
| 133 |
+
print('apitext',detail)
|
| 134 |
|
| 135 |
# import fitz
|
| 136 |
|