https://github.com/ciga2011/ComfyUI-MarkItDown
This ComfyUI node pack helps to convert various files to Markdown.
https://github.com/ciga2011/ComfyUI-MarkItDown
Last synced: 4 months ago
JSON representation
This ComfyUI node pack helps to convert various files to Markdown.
- Host: GitHub
- URL: https://github.com/ciga2011/ComfyUI-MarkItDown
- Owner: ciga2011
- License: gpl-3.0
- Created: 2024-12-27T14:44:23.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-27T15:03:07.000Z (4 months ago)
- Last Synced: 2024-12-27T16:18:30.518Z (4 months ago)
- Language: HTML
- Size: 1.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI MarkItDown**
README
# ComfyUI-MarkItDown
This ComfyUI node pack helps to convert various files to Markdown. It is a convenient ComfyUI wrapper for Microsoft [markitdown](https://github.com/microsoft/markitdown) .
## Custom Nodes
- `MarkItDown` - Convert a file to Markdown. The file can be pdf, pptx, xlsx, docx, htm and html.
- `Image2Markdown` - Convert an image file to Markdown. The file can be jpeg, png, webp, tiff, svg and bmp.
- `LLMClient` - OpenAI API-compitable LLM Client. This node is required by `Image2Markdown` node.## Sample Workflows
- Convert [data/test.xlsx](data/test.xlsx) to Markdown:

- Convert [data/test.jpg](data/test.jpg) to Markdown with [Groq](https://groq.com/):

## Credits
[MarkItDown](https://github.com/microsoft/markitdown) - Python tool for converting files and office documents to Markdown.