No description
Find a file
2026-04-22 22:10:16 +08:00
command rename: LiteraturePipeline -> PaperForge in all paths and references 2026-04-22 22:10:16 +08:00
docs rename: LiteraturePipeline -> PaperForge in all paths and references 2026-04-22 22:10:16 +08:00
pipeline/worker/scripts rename: LiteraturePipeline -> PaperForge in all paths and references 2026-04-22 22:10:16 +08:00
scripts rename: LiteraturePipeline -> PaperForge in all paths and references 2026-04-22 22:10:16 +08:00
skills/literature-qa rename: LiteraturePipeline -> PaperForge in all paths and references 2026-04-22 22:10:16 +08:00
templates cleanup: remove obsolete 文献阅读.md template 2026-04-21 23:04:26 +08:00
.gitignore rename: LiteraturePipeline -> PaperForge in all paths and references 2026-04-22 22:10:16 +08:00
AGENTS.md rename: LiteraturePipeline -> PaperForge in all paths and references 2026-04-22 22:10:16 +08:00
paperforge.json rename: LiteraturePipeline -> PaperForge in all paths and references 2026-04-22 22:10:16 +08:00
README.md feat: add prepare command and chart-type detection for /LD-deep 2026-04-22 17:33:53 +08:00
requirements.txt Add workflow script deployment to setup.py 2026-04-21 20:59:14 +08:00
setup_wizard.py rename: LiteraturePipeline -> PaperForge in all paths and references 2026-04-22 22:10:16 +08:00
update.py rename: LiteraturePipeline -> PaperForge in all paths and references 2026-04-22 22:10:16 +08:00

Literature Workflow for Medical Research

基于 Obsidian + Zotero + PaddleOCR 的医学文献精读工作流,支持自动 OCR、深度阅读笔记生成和队列管理。

快速开始

方式一:让 Agent 帮你配置(推荐)

复制以下内容,粘贴给你的 AI Agent它会自动完成全部配置

Install and configure the literature workflow by following the instructions here:
https://raw.githubusercontent.com/YOUR-USERNAME/YOUR-REPO/main/docs/INSTALLATION.md

Agent 会问你几个问题,然后自动完成安装、配置和验证。

方式二:手动安装

需要:

  • Python 3.10+
  • Zotero安装 Better BibTex 插件)
  • Obsidian
  • PaddleOCR API Key
# 1. 克隆仓库
git clone https://github.com/YOUR-USERNAME/YOUR-REPO.git
cd YOUR-REPO

# 2. 安装 Python 依赖
pip install -r requirements.txt

# 3. 运行安装脚本
python setup.py

功能特性

  • /LD-deep — 深度精读Keshav 三阶段阅读法)
  • 自动 OCR 提取PaddleOCR-VL API
  • 图表类型智能识别20 种图表类型自动检测)
  • 图表质量审查指南14 种图表类型的专业审查清单)
  • Zotero 双向同步
  • 文献队列管理Base 集成)

文档

License

MIT License — 允许商业使用,需保留版权声明。