title | emoji | colorFrom | colorTo | sdk | sdk_version | app_file | pinned | license |
---|---|---|---|---|---|---|---|---|
PDF TextExtractor |
🏢 |
green |
red |
gradio |
3.36.1 |
app.py |
false |
mit |
A simple app that extracts text from PDF files using PyPDF2 and gradio.
Python 3.6
or higherPyPDF2
gradio
-
You can install the required packages using pip:
-
pip install PyPDF2 gradio
- To run the app, simply execute the following command:
python app.py
- This will launch a web interface where you can upload a PDF file and see the extracted text in a textbox. You can also copy the text or download it as a txt file.
- This project is licensed under the MIT License.
Check out the Project at - https://huggingface.co/spaces/soulofmercara/PDF-TextExtractor