1
0

优化路径

This commit is contained in:
2026-02-25 18:28:45 +08:00
parent 1362972630
commit d296f97a71
6 changed files with 29 additions and 29 deletions

View File

@@ -55,10 +55,10 @@ compatibility: Requires Python 3.6+. DOCX/PPTX/XLSX 无需额外依赖XML 原
```bash
# 使用 lyxy-runner-python推荐
uv run --with "markitdown[docx]" skills/lyxy-reader-office/scripts/parser.py /path/to/file.docx
uv run --with "markitdown[docx]" scripts/parser.py /path/to/file.docx
# 降级到直接执行
python3 skills/lyxy-reader-office/scripts/parser.py /path/to/file.docx
python3 scripts/parser.py /path/to/file.docx
```
## References