优化路径
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user