Skip to main content

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)

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-2026.8.12.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-2026.8.12-py3-none-any.whl (25.6 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for paper_qa_nemotron-2026.8.12.tar.gz
Algorithm Hash digest
SHA256 3ea7964288882daf99cef09a901578d3d97531198875ab3fc9dc46a76870fd42
MD5 bd4300a88c7a482ae81630e44b6bb50c
BLAKE2b-256 0affc18ff1adb5f16297243ed2a0e5457b19fb54b03db3fa41210d2c137b7eac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paper_qa_nemotron-2026.8.12-py3-none-any.whl
Algorithm Hash digest
SHA256 13b41c944506083636c08a07f58530478025beb0737e9e360b77fdb5ac96f8f0
MD5 addb389423e59dd9913efd74ee00eeb6
BLAKE2b-256 cfcf7fbbdf23ab4a111c6ebc1480d12674a98479551c74d741475bffd11408b5

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 Sentry Error logging StatusPage Status page