A simple PDF extractor application built using Python and Tkinter.
This Python application provides a user-friendly interface to extract text content from PDF files using the Tkinter library. It offers a straightforward way to interact with PDF documents and extract textual information.
- PDF Text Extraction: Extract text content from PDF files.
- User-Friendly Interface: Built with Tkinter for a simple and intuitive user experience.
- Easy to Use: Straightforward installation and usage.
- Python 3.x
- Tkinter library
-
Clone the repository:
git clone https://github.com/Prasadchaskar/pdf-extractor-gui.git
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the application:
python main.py