| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
PDF-Extractor is a web application that allows users to upload PDF files, extract text from them, and correct the text using language tools. The frontend is built with React, and the backend is built with FastAPI. This application supports both English and French languages.
git clone https://github.com/arij01/PDF-Extractor.git
cd PDF-Extractorpip install -r requirements.txtuvicorn app:app --reloadnpm installcd frontend
npm startA sample PDF file is provided in the sample directory. You can use this file to test the application.
The application uses language_tool_python to correct the text extracted from the PDF. The language is automatically detected using langdetect.
| Back | FazBrowse Home | New Git URL |