Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,6 @@ import os
|
|
4 |
|
5 |
import streamlit as st
|
6 |
import pandas as pd
|
7 |
-
import tabula
|
8 |
|
9 |
def convert_pdf_to_excel(pdf_file):
|
10 |
# Use tabula to extract tables from PDF
|
|
|
4 |
|
5 |
import streamlit as st
|
6 |
import pandas as pd
|
|
|
7 |
|
8 |
def convert_pdf_to_excel(pdf_file):
|
9 |
# Use tabula to extract tables from PDF
|