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
- Host: GitHub
- URL: https://github.com/topopensource/word2markdown
- Owner: TopOpenSource
- Created: 2025-07-03T07:38:16.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-07-03T08:08:29.000Z (12 months ago)
- Last Synced: 2025-07-03T08:44:42.180Z (12 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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文本