An open API service indexing awesome lists of open source software.

https://github.com/topopensource/word2markdown

a tool for dify covert word to markdown contants (title paragraph table ) without images
https://github.com/topopensource/word2markdown

Last synced: 12 months ago
JSON representation

a tool for dify covert word to markdown contants (title paragraph table ) without images

Awesome Lists containing this project

README

          

## word2markdown

**Author:** cheng
**Version:** 0.0.1
**Type:** tool

### 功能描述

由于大模型对markdown识别比较完善,可以识别文本层级和表格,因此开发此工具用于将word转为markdown。
1. 识别标题及标题的层级
2. 识别表格
3. 不识别图片

#### 使用方法
传入参数
1. 标题样式前缀 (Heading):用于识别标题和层级
2. 文件:需要转换的word(docx)文件

输出参数
text 转换后的markdown文本