A standalone command-line research assistant with enhanced PDF processing and AI-powered analysis
Access ArXiv papers with multi-layered PDF extraction, mathematical symbol preservation, and AI-powered summarization - all without requiring a backend server or external dependencies.
No backend server required - everything runs locally on your machine for maximum privacy and control.
Direct access to academic papers via ArXiv API with intelligent search and filtering capabilities.
Generate intelligent summaries using Watsonx AI for comprehensive paper understanding.
Advanced multi-layered PDF extraction with mathematical symbol preservation and Unicode normalization.
Fast, safe, and reliable operation on macOS, Linux, and Windows with optimized performance.
Output results in pretty, JSON, or compact formats to suit your workflow needs.
Fast, reliable extraction for standard PDF content
Alternative method for complex or problematic PDFs
Specialized extraction with enhanced symbol recognition
Comprehensive Unicode normalization ensures proper handling of mathematical notation in academic papers.
Built with modern technologies for performance, safety, and reliability.
# Clone the repository
git clone https://github.com/your-repo/paperine.git
cd paperine
# Build the project
cargo build --release
# Install globally
cargo install --path cli
# Search ArXiv papers with enhanced PDF extraction
paperline-cli arxiv search "machine learning" --limit 10
# Download mathematical papers with enhanced extraction
paperline-cli arxiv download 2210.07830 --extract-markdown
# Research with AI summarization
paperline-cli research query "mathematical optimization" --arxiv-limit 5
Customize your experience with a simple TOML configuration file:
[search]
limit = 25
format = "pretty"
[ai]
model = "watsonx"
summarize = true
Complete guide to all available commands and options.
Learn how to integrate with ArXiv and Watsonx APIs.
Complete user guide with examples and best practices for research workflows.