Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,7 +38,8 @@ def apifunction():
|
|
| 38 |
# Extracting values
|
| 39 |
if data:
|
| 40 |
allapi = data.get('allapi')
|
| 41 |
-
|
|
|
|
| 42 |
return jsonify('received')
|
| 43 |
|
| 44 |
except error:
|
|
|
|
| 38 |
# Extracting values
|
| 39 |
if data:
|
| 40 |
allapi = data.get('allapi')
|
| 41 |
+
pdftotext.apiFiltering(allapi)
|
| 42 |
+
|
| 43 |
return jsonify('received')
|
| 44 |
|
| 45 |
except error:
|