From 1ee235bad2f6c540ae99a53369cd89926437e1c4 Mon Sep 17 00:00:00 2001 From: Lin Zhaoxuan <809867916@qq.com> Date: Tue, 28 Apr 2026 13:36:12 +0800 Subject: [PATCH] Update README with PaperForge setup command Add installation instructions for PaperForge. --- README.zh-CN.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.zh-CN.md b/README.zh-CN.md index 3c54dce6..3e6d8dd8 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -19,6 +19,7 @@ **Obsidian + Zotero + PaddleOCR 驱动的医学文献精读工作流。只需一条命令完成 PDF 上传、OCR 等待、结果下载,自动生成结构化精读笔记。** ```bash +# 首先cd到OB仓库目录 pip install git+https://github.com/LLLin000/PaperForge.git paperforge setup ```