Marthee commited on
Commit
8673d9d
·
verified ·
1 Parent(s): e12372a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -38,7 +38,8 @@ def apifunction():
38
  # Extracting values
39
  if data:
40
  allapi = data.get('allapi')
41
- print(allapi)
 
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: