--- last_reviewed: 2026-06-11 --- # scripts — 测试脚本目录 存放用于测试各模块功能的独立脚本,可直接运行。 ## 脚本清单 | 文件 | 说明 | |------|------| | `test_multimodal.py` | 测试 PDF 多模态提取完整链路(PDF 渲染 + LLM 提取) | | `test_travel_info.py` | 测试差旅信息提取函数(数据从 `data/.invoice_cache` 缓存加载) | ## 运行方式 ```bash uv run python scripts/test_multimodal.py uv run python scripts/test_travel_info.py ```