Mishmosh commited on
Commit
6904703
1 Parent(s): 50d55de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,7 +121,7 @@ def table_converter(table):
121
  table_string = table_string[:-1]
122
  return table_string
123
  # @title
124
- def read_pdf(pdf_path):
125
  # create a PDF file object
126
  pdfFileObj = open(pdf_path, 'rb')
127
  # create a PDF reader object
 
121
  table_string = table_string[:-1]
122
  return table_string
123
  # @title
124
+ def read_pdf(received_pdf.pdf):
125
  # create a PDF file object
126
  pdfFileObj = open(pdf_path, 'rb')
127
  # create a PDF reader object