Skip to main content

PaperQA reader implemented using Nvidia's nemotron-parse VLM API

Project description

paper-qa-nemotron

GitHub tests License PyPI Python Versions

PDF reading code backed by Nvidia's nemotron-parse VLM.

For more info on nemotron-parse, check out:

Installation

pip install paper-qa[nemotron]
# Or
pip install paper-qa-nemotron

If you want to prompt nemotron-parse hosted on AWS SageMaker:

pip install paper-qa-nemotron[sagemaker]

Getting Started

To use nemotron-parse via the Nvidia API, set the NVIDIA_API_KEY environment variable.

Then to directly access the reader:

from paperqa.types import ParsedText
from paperqa_nemotron import parse_pdf_to_pages

async def main(pdf_path) -> ParsedText:
    return await parse_pdf_to_pages(pdf_path)

Or use the reader within PaperQA:

from paperqa import Docs, PQASession, Settings

from paperqa_nemotron import parse_pdf_to_pages


async def main(pdf_path, question: str | PQASession) -> PQASession:
    settings = Settings(parsing={"parse_pdf": parse_pdf_to_pages})
    docs = Docs()
    await docs.aadd(pdf_path, settings=settings)
    return await docs.aquery(question, settings=settings)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

paper_qa_nemotron-2025.12.19.tar.gz (2.9 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

paper_qa_nemotron-2025.12.19-py3-none-any.whl (22.6 kB view details)

Uploaded Python 3

File details

Details for the file paper_qa_nemotron-2025.12.19.tar.gz.

File metadata

  • Download URL: paper_qa_nemotron-2025.12.19.tar.gz
  • Upload date:
  • Size: 2.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for paper_qa_nemotron-2025.12.19.tar.gz
Algorithm Hash digest
SHA256 5e6b1ee693cd8782331ad8e52a4b5e2e5ddd203c579caa71dc0dd46f1593a126
MD5 4c4315e418448d89dededfd450525645
BLAKE2b-256 99c2c0bf93cd97020b42c25ae9b8f88a355ff1301dca30746369a67544de11c7

See more details on using hashes here.

File details

Details for the file paper_qa_nemotron-2025.12.19-py3-none-any.whl.

File metadata

File hashes

Hashes for paper_qa_nemotron-2025.12.19-py3-none-any.whl
Algorithm Hash digest
SHA256 962c2db9cb4e221ba603735015b8e6be530fc30adcb2ddf8dcf289c0eb8a9991
MD5 58ff4386a28bb4c39992168e566eaa16
BLAKE2b-256 49f437b58089e8df616781035bb01b5fab189c7843756691a7efcc76f39aba27

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page