Convert any file into Markdown and export it as a readable file.
MarkRender is a powerful file conversion tool that enables users to convert various file formats into Markdown and then export them as readable files. With a wide range of supported input and output formats, it provides a convenient solution for file format conversion.
- Multiple Input Formats: Support for converting PDF, DOCX, EPUB, XLSX, and more into Markdown.
- Diverse Output Options: Export converted content as Markdown, PDF, EPUB, etc.
- Extensible Converters: A variety of converters are available, and more are under development.
- DOCX
- EPUB
- XLSX
- Markdown
- EPUB
- markitdown: Works well in most cases
Here are some screenshots of the application's graphical user interface:
- Install Homebrew (if not installed):
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"- Install python
brew install python3
- Create and activate a virtual environment (optional but recommended):
python3 -m venv venv
source venv/bin/activate
- Install dependencies:
pip install -r requirements.txt
- Run the application:
python3 main.py
- Ensure that the Makefile and build.sh files are present in the project root directory.
- Build the application using the following command:
make dmg
- After the build is complete, you can find the generated DMG file in the appropriate output directory.
- Build Linux AppImage
- fix model dir err
model dir not found at /Applications/markrender.app/Contents/Frameworks/magika/models/standard_v3_3



