Skip to content

Zaheer-10/PDF_TextExtractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

title emoji colorFrom colorTo sdk sdk_version app_file pinned license
PDF TextExtractor
🏢
green
red
gradio
3.36.1
app.py
false
mit

PDF Text Extractor

A simple app that extracts text from PDF files using PyPDF2 and gradio.

Requirements

  • Python 3.6 or higher
  • PyPDF2
  • gradio

Installation

  • You can install the required packages using pip:

  • pip install PyPDF2 gradio


Usage

  • 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.

Example

  • Here is an example of the app interface:
  • img

License

  • This project is licensed under the MIT License.

Check out the Project at - https://huggingface.co/spaces/soulofmercara/PDF-TextExtractor