A Streamlit web application for converting PDF files to PNG images with table extraction capabilities.
- PDF to PNG conversion
- Image cropping and processing
- Table extraction with ExtractTable API
- Table editing with custom headers
- Export to Excel
- Clone this repository
- Install dependencies:
pip install -r requirements.txt
- Run the application:
streamlit run src/app.py