Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 500 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 500 Bytes

PDF to Markdown Converter

A simple Gradio web application that converts PDF files to Markdown format using the Marker library.

Features

  • Upload PDF files through a user-friendly interface
  • Extract text content from PDF documents
  • Display extracted text with copy functionality
  • Real-time progress tracking

Requirements

  • Python 3.x
  • Marker library (via GitHub)
  • Gradio

Installation

  1. Clone the repository
  2. Install dependencies:
    pip install -r requirements.txt