Marthee commited on
Commit
111b850
·
verified ·
1 Parent(s): 6ffd9c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ def processalltextTotext():
84
  print('In process')
85
  data = request.get_json() # Correct method to get JSON data
86
  print(data)
87
-
88
  # Ensure 'pdfpath' is included in the request
89
  if 'filePath' not in data:
90
  return jsonify({"error": "Missing 'pdfpath' in request data"}), 400
 
84
  print('In process')
85
  data = request.get_json() # Correct method to get JSON data
86
  print(data)
87
+
88
  # Ensure 'pdfpath' is included in the request
89
  if 'filePath' not in data:
90
  return jsonify({"error": "Missing 'pdfpath' in request data"}), 400