Files
pdf2md/README.md

1.3 KiB

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

Getting Started

Prerequisites

  • Bun installed on your machine.

Installation

  1. Clone the repository:

    git clone https://github.com/soconnor0919/pdf2md.git
    cd pdf2md
    
  2. Install dependencies:

    bun install
    
  3. Start the development server:

    bun dev
    
  4. Open http://localhost:3000 in your browser.

Deployment

This application is optimized for deployment on Vercel or any platform supporting Next.js.

License

MIT