mirror of
https://github.com/lllin000/PaperForge.git
synced 2026-07-22 06:50:53 +00:00
1.7 KiB
1.7 KiB
PaperForge Installation Guide
Canonical install reference. For other docs, see README.md.
Method 1: Obsidian Plugin (Recommended)
- Download the plugin files from the latest release.
- Extract and copy the files into
vault/.obsidian/plugins/paperforge/. - Open Obsidian -> Settings -> Community Plugins -> Enable
PaperForge. - Open PaperForge settings and click
Open Installation Wizard. - Follow the 5-step guided setup: Overview -> Directory Config -> Agent & Keys -> Install -> Done.
The wizard auto-detects Python, Zotero, and Better BibTeX before installation starts.
Method 2: CLI via pip (Developers)
pip install paperforge
Then run the headless setup:
python -m paperforge setup --headless --agent opencode --paddleocr-key <key>
For the latest stable release, replace master with a version tag:
pip install paperforge==1.5.2
Method 3: AI Agent Setup
Copy the following to your AI agent for a guided headless install:
Prerequisites
| Software | Purpose | Get it |
|---|---|---|
| Python 3.10+ | Run PaperForge CLI and backend tasks | https://python.org |
| Zotero | Literature management | https://zotero.org |
| Better BibTeX | Auto-export metadata as JSON | https://retorque.re/zotero-better-bibtex/ |
| PaddleOCR Key | OCR text and layout extraction | https://aistudio.baidu.com/paddleocr |
Post-Installation
After installing, see AGENTS.md for first-use workflow and detailed command reference.