mrmps/pdf2md
Browser based tool to convert PDFs to Markdown
What it solves
This project provides a way to convert PDF files into Markdown format without needing to upload files to a server, ensuring data privacy and offline capability.
How it works
The application is entirely browser-based. It uses the @opendocsg/pdf2md library to extract text, structure, and formatting (such as headings, lists, and tables) from a PDF and converts it into Markdown syntax locally on the user's device.
Who it’s for
Developers, writers, and anyone who frequently works with Markdown and needs to convert PDF documents while keeping their data secure.
Highlights
- Privacy-first: All processing happens locally in the browser; no files are uploaded or stored.
- Offline capable: The tool works without an internet connection once loaded.
- Structure preservation: Supports headings, lists, tables, and basic formatting.
- Open source: Built on the
@opendocsg/pdf2mdlibrary.