Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|
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
|