PDF Summarizer is a web application built with React.js that simplifies the process of summarizing PDF documents.
- Upload PDF files
- Extract text content
- View PDF metadata (title, author, page count)
- Generate summaries effortlessly
To get started with PDF Summarizer, follow these steps:
- Clone this repository.
git clone https://github.com/Mindula-Dilthushan/PDF-Summarizer.git
- Install dependencies using
npm install
. - Start the development server using
npm start
. - Open your browser and navigate to
http://localhost:3000
.
- Upload a PDF file by clicking on the file input button.
- Once uploaded, view PDF metadata and extract text content.
- Click on the "Summarize" button to generate a summary of the document.
- React.js
- react-pdf
Contributions are welcome! Please feel free to submit issues and pull requests.