lllin000178 downloadsPaperForge — Zotero literature pipeline. Sync PDFs, run OCR, and read with AI-assisted deep reading.
简体中文 · English
铸知识为器,启洞见之明。 — Forge Knowledge, Empower Insight.
PaperForge brings your Zotero library into Obsidian. Sync papers, run OCR, extract figures, and do AI-assisted deep reading — all inside a single vault.
PaperForge is not just an Obsidian plugin. It has two parts:
| Part | What | Does | Where |
|---|---|---|---|
| Obsidian Plugin | main.js + manifest.json + styles.css |
Dashboard, buttons, settings UI | .obsidian/plugins/paperforge/ in your vault |
| Python Package | paperforge |
Sync, OCR, Doctor, repair | Your system Python (pip install) |
The plugin is the interface. The Python package is the engine. Every button you click in the plugin actually runs a Python command behind the scenes.
After installing the plugin, you MUST verify that the Python package is also installed and version-matched.
Settings → Community plugins → BrowseInstall, then EnableCommunity plugins auto-update through Obsidian. No extra steps needed.
If you need beta versions or the plugin hasn't appeared in search yet:
Add Beta Pluginhttps://github.com/LLLin000/PaperForgemain.js, manifest.json, styles.css.obsidian/plugins/paperforge/ in your vaultManual install does not auto-update. You'll need to re-download for each new version.
After enabling the plugin, open the PaperForge settings tab. You'll see a Runtime Status section:
Plugin v1.5.0 → Python Package v1.5.0 ✓ Matched
# 1. Export from Zotero (Better BibTeX JSON, Keep updated) to exports/
# 2. Sync
paperforge sync
# 3. Mark a paper for OCR in its frontmatter: do_ocr: true
# 4. Run OCR
paperforge ocr
# 5. Mark for deep reading: analyze: true
# 6. In your Agent chat:
/pf-deep <zotero_key>
| 你想做什么 | 去看 |
|---|---|
| 完整教程,从安装到精读 | 使用教程 |
| 遇到问题了 | 故障排除 |
| 查某个命令 | 命令参考 |
| 如何升级 | 更新指南 |
| 架构 / 维护 / 发布 | 架构文档 |
| AI Agent 协作 | AGENTS.md |
CC BY-NC-SA 4.0. Non-commercial use only.
Built on PaddleOCR, Obsidian, Better BibTeX for Zotero, and other great open-source projects.