You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
prma server : runs the local HTTP server — the 'exists' endpoint for browser userscripts (POST /exists) and the full-text-search dashboard (GET /) for the external papers you don't have: works your library cites but you're missing, and works that cite your library. (Your own papers live in Zotero — they're indexed only for identity, to know what to exclude.) The dashboard serves the index that prma reindex persists to disk: it loads instantly and auto-reloads when you re-run reindex. If no index exists yet, it builds one lazily on first open.
prma reindex : refreshes the OpenAlex cache (snapshot + fetch new papers, download only), then (re)builds the dashboard's own full-text search index by streaming the OpenAlex cache off disk, and persists it. Independent of missing.xlsx. Incremental — adding papers only re-reads the new papers + their new references, not everything (--full to rebuild from scratch, --skip-snapshot to index the existing cache without re-fetching).
prma snapshot : creates local archive file
prma yolo : run doclayout yolo model on each pdf
prma images : generate individual images and a montage from figures and tables in each pdf
prma ocr : run ocr task on yolo blocks
prma md : generate markdown versions of each pdf
prma text : generate text versions of each pdf
prma methods : isolates methods sections of each pdf
prma summarize : runs summarization task on each pdf or section
prma rollup : generates a report from summarization tasks