mirror of
https://github.com/soconnor0919/pdf2md.git
synced 2026-02-04 15:56:36 -05:00
781c4581ed71e5d24cecb1288360f114e7ce74f6
PDF2MD
A modern, fast, and secure PDF to Markdown converter built with the T3 Stack.
Features
- Instant Conversion: Convert PDF documents to clean Markdown format in seconds.
- Privacy Focused: Files are processed in memory and never stored on disk.
- Smart Formatting: Heuristic-based detection for headers, paragraphs, and lists to preserve document structure.
- Modern UI: Built with Shadcn/UI for a beautiful and accessible interface.
- Dark Mode: Fully supported out of the box.
Tech Stack
- Framework: Next.js (App Router)
- Runtime: Bun
- Styling: Tailwind CSS v4
- UI Components: Shadcn/UI
- PDF Parsing: PDF.js
Getting Started
Prerequisites
- Bun installed on your machine.
Installation
-
Clone the repository:
git clone https://github.com/soconnor0919/pdf2md.git cd pdf2md -
Install dependencies:
bun install -
Start the development server:
bun dev -
Open http://localhost:3000 in your browser.
Deployment
This application is optimized for deployment on Vercel or any platform supporting Next.js.
License
MIT
Description
Languages
TypeScript
79.9%
CSS
12.8%
JavaScript
7.3%