A tool for converting PDF documents into a mind map format for improved visualization and understanding.
pdf2mindmap allows you to extract the main concepts from a PDF file and automatically generate a visual mind map. This can be particularly helpful for summarizing, understanding, and presenting complex content.
- Extracts key sections and headings from PDFs.
- Automatically generates mind maps.
- User-friendly interface built with React.
To install and set up the project locally:
git clone https://github.com/ajshul/pdf2mindmap.git
cd pdf2mindmap
npm install- Run the application:
npm start
- Open your browser at
http://localhost:3000. - Upload a PDF to generate a mind map.
npm start: Run the app in development mode.npm test: Run tests.npm run build: Build the app for production.
- React
- Tailwind CSS for styling
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License.