Text Summarizer Application which extract important text .pdf
1.
Text Summarizer Application
Author:lalitmanral1234@gmail.com (+918398889233)
App Url: https://document-summary-assistant-t-git-b25da2-lalitmanral12s-
projects.vercel.app/
Github Url : https://github.com/lalitmanral12/Document-Summary-Assistant-that-takes-
any-document-and-generates-smart-summaries
Technolgies/Frameworks
1. Nodejs, express.js for Backend
2. Reactjs for frontend
3. Daisy UI, tailwind css for UI
4. Pdf-parse npm package for pdf text extract.
5. Multer npm package for file upload in expressjs
6. Cloudinary for file upload
Approach:
1.User flow
a. On the dashboard, the user will drag and drop option.
b. User will upload the file and give a title to generate a medium summary by default.
c. Then user can click medium, and long selection on range slider to generate other
Types of summary if required.
2. API Usage
The api is made in backend to extract text from the pdf.
3. Deployment
The backend is deployed on render and frontend is deployed on vercel.
Future Improvements:
Login and signup functionality so that user can see easily uploaded file and store
the pdfs in database.