Learn to build PDF to Excel Table Python App - Day3

Опубликовано: 07 Август 2026
на канале: 1littlecoder
3,505
64

Day 3 of #8daysofstreamlit - In this Streamlit Tutorial, you'll learn how to build a PDF Table extractor using Camelot. Camelot is a very popular python library for extracting tables from PDF and this tutorial teaches you how to do that with Python Web App that's deployed on Hugging Face spaces.

You'll learn the following:

1. How to install ghostscript on Hugging Face Spaces?
2. How to install OpenCV on Hugging Face Spaces?
3. PDF Table Extraction with Camelot
4. Use File uploader on Streamlit
5. Convert a Byte object into a PDF
6. Use Drop Down on your Streamlit App
7. Extract Table and display the table as dataframe

Deployed App - https://huggingface.co/spaces/Amrrs/p...

Camelot - https://github.com/camelot-dev/camelot

Camelot Core Dev Vinayak Mehta's Buy Me a Coffee Page - https://www.buymeacoffee.com/vinayakm...

Code - https://github.com/amrrs/pdf-table-ex...

Related Videos:

Extract Tables from PDFs - Convert PDF to Excel using Camelot in Python -    • Extract Tables from PDFs & Images - Conver...