An interactive Streamlit application designed to extract and display content from PDF files in an intuitive and user-friendly interface. This project simplifies reading PDFs by enabling users to upload files, view their contents, and perform basic text extraction directly in a web-based environment.

Before you begin, ensure you have met the following requirements:
git clone https://github.com/TamerOnLine/Streamlit-read-pdf.git
cd Streamlit-read-pdf
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -r requirements.txt
streamlit run src/main.py
http://localhost:8501.Streamlit-read-pdf/
├── src/
│ └── main.py # Main application file
├── requirements.txt # List of Python dependencies
├── README.md # Documentation file
├── venv/ # Virtual environment folder
└── .gitignore # Git ignore file
git checkout -b feature-name
git commit -m "Added feature-name"
git push origin feature-name
This project is licensed under the MIT License. See the LICENSE file for details.
For further inquiries or contributions, reach out:
Enjoy using PDF Explorer! Feel free to share feedback or report issues on the GitHub Issues page.