Skip to content

0187773933/PaperReferenceManagerAddons

Repository files navigation

Paper Reference Manager Addons

Addons

  1. prma : updates local snapshot
  2. prma missing : generates missing.xlsx
  3. 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.
  4. 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).
  5. prma snapshot : creates local archive file
  6. prma yolo : run doclayout yolo model on each pdf
  7. prma images : generate individual images and a montage from figures and tables in each pdf
  8. prma ocr : run ocr task on yolo blocks
  9. prma md : generate markdown versions of each pdf
  10. prma text : generate text versions of each pdf
  11. prma methods : isolates methods sections of each pdf
  12. prma summarize : runs summarization task on each pdf or section
  13. prma rollup : generates a report from summarization tasks
  14. prma crawl : attempts to crawl the OpenAlex graph

Todo

Misc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors