Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.08 KB

File metadata and controls

40 lines (27 loc) · 1.08 KB

file2md

GitHub Tag GitHub License Docker CI

A web-based file converter that transforms various file formats into Markdown using the Microsoft MarkItDown library. This tool leverages the powerful MarkItDown library to provide accurate and reliable file conversions.

Supported Formats

  • PDF (.pdf)
  • PowerPoint (.pptx)
  • Word (.docx)
  • Excel (.xlsx)
  • HTML (special handling of Wikipedia, etc.)
  • Various other text-based formats (csv, json, xml, etc.)

Running the Application

docker run -p 5000:5000 maheshrijal/file2md

or

docker run -p 5000:5000 ghcr.io/maheshrijal/file2md

Access the Application

Open your browser and go to:

http://localhost:5000