PirateXX commited on
Commit
c72c3e0
·
1 Parent(s): ae81da2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -78,6 +78,7 @@ def upload_file(file):
78
  # # return jsonify({'text': text})
79
  if file:
80
  pdf_file = file.name
 
81
  text = ""
82
  with pdfplumber.open(pdf_file) as pdf:
83
  cnt = 0
 
78
  # # return jsonify({'text': text})
79
  if file:
80
  pdf_file = file.name
81
+ print(file, pdf_file)
82
  text = ""
83
  with pdfplumber.open(pdf_file) as pdf:
84
  cnt = 0