We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b81e2f commit 90caa8bCopy full SHA for 90caa8b
tools/extract/README.md
@@ -24,4 +24,5 @@ pip install python-docx pdfplumber
24
| MD | ✅ 完整支持 | 按原始格式提取内容 | Markdown |
25
26
## 使用说明
27
-
+ 功能跟 MaxKB 当中的 "文档内容提取" 功能一样,对PDF文件有更好的解析。
28
+
tools/extract/img_1.png
-98.9 KB
如何提交工具.md
@@ -27,7 +27,7 @@ MaxKB Toolstore 主要接收以下类型的工具:
```
your-tool/
29
├── data.yaml # 工具配置文件
30
-├── logo.png # 工具图标 (建议 32x32px)
+├── logo.png # 工具图标 (建议 50x50px)
31
├── README.md # 工具说明文档
32
└── 1.0.0/ # 版本目录 (此目录只能包括一个.tool文件)
33
└── 工具文件.tool # 工具文件
0 commit comments