A simple Gradio web application that converts PDF files to Markdown format using the Marker library.
- Upload PDF files through a user-friendly interface
- Extract text content from PDF documents
- Display extracted text with copy functionality
- Real-time progress tracking
- Python 3.x
- Marker library (via GitHub)
- Gradio
- Clone the repository
- Install dependencies:
pip install -r requirements.txt