nv-ingest-client is a Python client for NVIDIA's nv-ingest service, enabling ingestion and preprocessing of documents (PDF, DOCX, etc.) into structured data. Current version is 26.3.0, with active development and weekly releases. The primary use case is sending documents to the service and receiving annotated results.
pip install nv-ingest-clientNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal example to instantiate IngestClient and ingest a PDF.
Use 'from nv_ingest_client.client import IngestClient'.
Pass the 'timeout' parameter to IngestClientConfig (e.g., timeout=10).
Use 'client.ingest_document('example.pdf')' instead.No dependency data recorded yet.