Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maheshrijal/file2md
A web-based file converter that transforms various file formats into Markdown using the markitdown library.
https://github.com/maheshrijal/file2md
markdown-converter markdown-editor
Last synced: about 2 months ago
JSON representation
A web-based file converter that transforms various file formats into Markdown using the markitdown library.
- Host: GitHub
- URL: https://github.com/maheshrijal/file2md
- Owner: maheshrijal
- License: mit
- Created: 2024-12-15T04:49:48.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-15T07:41:17.000Z (about 2 months ago)
- Last Synced: 2024-12-15T08:16:59.247Z (about 2 months ago)
- Topics: markdown-converter, markdown-editor
- Language: JavaScript
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# file2md
![GitHub Tag](https://img.shields.io/github/v/tag/maheshrijal/file2md)
![GitHub License](https://img.shields.io/github/license/maheshrijal/file2md)
[![Docker CI](https://github.com/maheshrijal/file2md/actions/workflows/docker-image.yml/badge.svg?branch=main)](https://github.com/maheshrijal/file2md/actions/workflows/docker-image.yml)A [web-based](https://file2md.maheshrijal.com) file converter that transforms various file formats into Markdown using the [Microsoft MarkItDown](https://github.com/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)
- Images (EXIF metadata, and OCR)
- Audio (EXIF metadata, and speech transcription)
- HTML (special handling of Wikipedia, etc.)
- Various other text-based formats (csv, json, xml, etc.)## Running the Application
```bash
docker run -p 5000:5000 maheshrijal/file2md
```or
```bash
docker run -p 5000:5000 ghcr.io/maheshrijal/file2md
```## Access the Application
Open your browser and go to:
```
http://localhost:5000
```