NVIDIA Nemotron Parse v1.2 is designed to understand document semantics and extract text and tables elements with spatial grounding. Given an image, NVIDIA Nemotron Parse v1.2 produces structured annotations, including formatted text, bounding-boxes and the corresponding semantic classes, ordered according to the document's reading flow. It overcomes the shortcomings of traditional OCR technologies that struggle with complex document layouts with structural variability, and helps transform unstructured documents into actionable and machine-usable representations. This has several downstream benefits such as increasing the availability of training-data for Large Language Models (LLMs), improving the accuracy of extractor, curator, retriever and AI agentic applications, and enhancing document understanding pipelines.
This model is ready for commercial use.
Release Notes
Compared to NVIDIA-Nemotron-Parse v1.1 the following changes are made in v1.2:
Updated prompt interface
NVIDIA-Nemotron-Parse v1.2 extends the prompt interface with a fourth prompt token category — Text-in-picture prompts — controlling whether the model extracts text from embedded images (e.g. photographs, figures):
<predict_text_in_pic>: extract text found inside pictures.
<predict_no_text_in_pic>: skip text extraction from pictures, reducing generation time by avoiding unnecessary tokens.
The full v1.2 prompt now consists of four prompt tokens (one from each category):
Important: NVIDIA-Nemotron-Parse v1.1 used a three-token prompt (e.g. </s><s><predict_bbox><predict_classes><output_markdown>). In v1.2, the fourth token is required. The prompt is not validated at runtime — the model will still generate output with the old three-token prompt — but because all v1.2 training data included four prompt tokens, generation quality will be significantly degraded without it.
Natural reading order for all classes
Output elements now follow the document's natural reading order across all semantic classes, including Footnotes, Page-Footers, Tables, Pictures, and Captions.
Image size
Note that input image size in v1.2 changed from 2048x1648 to 2048x1664 compared to v1.1
Quick Start
Install dependencies in your environment
You can use a public image nvcr.io/nvidia/pytorch:25.03-py3 with the following library versions installed on top:
Note: we recommend using the default prompt that extracts bounding boxes, classes, and text in markdown formatting for all use cases (</s><s><predict_bbox><predict_classes><output_markdown><predict_no_text_in_pic> or </s><s><predict_bbox><predict_classes><output_markdown><predict_text_in_pic>). If necessary, optionally the prompt that omits text extraction and only outputs bounding boxes and classes could be used: </s><s><predict_bbox><predict_classes><output_no_text><predict_no_text_in_pic>.
Logits processors
With Nemotron-Parse-v1.2 we share 2 logits processors available in logitsprocessors/ dir for vllm and in hf_logits_processor.py for the python model.
NemotronParseRepetitionStopProcessor - when used during generation, detects repeating n-grams and forces the model to close the <x_><y_> block when detecting potential hallucination.
NemotronParseTableInsertionLogitsProcessor - forces every block to follow a table structure (useful if, e.g., you are running the model on table image crops)
Please refer to the example_with_processor.py for example usage with python model. With vllm, you can provide these as arguments to vllm serve, after exporting logitsprocs/ to PYTHONPATH, e.g.:
NVIDIA Nemotron Parse v1.2 will be capable of comprehensive text understanding and document structure understanding. It will be used in retriever and curator solutions. Its text extraction datasets and capabilities will help with LLM and VLM training, as well as improve run-time inference accuracy of VLMs. The NVIDIA Nemotron Parse v1.2 model will perform text extraction from PDF and PPT documents. The NVIDIA Nemotron Parse v1.2 can classify the objects (title, section, caption, index, footnote, lists, tables, bibliography, image) in a given document, and provide bounding boxes with coordinates.
Other Properties Related to Output: Nemotron-parse output format is a string which encodes text content (formatted or not) as well as bounding boxes and class attributes.
Our AI models are designed and/or optimized to run on NVIDIA GPU-accelerated systems. By leveraging NVIDIA’s hardware (e.g. GPU cores) and software frameworks (e.g., CUDA libraries), the model achieves faster training and inference times compared to CPU-only solutions.
The integration of foundation and fine-tuned models into AI systems requires additional testing using use-case-specific data to ensure safe and effective deployment. Following the V-model methodology, iterative testing and validation at both unit and system levels are essential to mitigate risks, meet technical and functional requirements, and ensure compliance with safety and ethical standards before deployment.
Model Version(s):
Nemotron Parse 1.2
Training, Testing, and Evaluation Datasets:
Training Dataset
** Image Training Data Size
[1 Million to 1 Billion Images]
** Text Training Data Size
[1 Billion to 10 Trillion Tokens]
** Data Collection Method by dataset
Hybrid: Automated, Human, Synthetic
** Labeling Method by dataset
Hybrid: Automated, Human, Synthetic
Properties (Quantity, Dataset Descriptions, Sensor(s)): The training set contains millions of image–text items, aggregated across many large document and table datasets totaling several terabytes of data. The data consists of document-page and table images paired with OCR text, bounding boxes, and layout labels, drawn from real-world sources (scientific papers, PDFs, Wikipedia pages) as well as fully synthetic tables and word/character renderings. Modalities are primarily images plus associated text and structural annotations; content spans public-domain resources, and synthetic data. Images are obtained by rendering digital documents or generating synthetic layouts, and annotations come from OCR/layout models, third-party OCR services, and human labeling.
Inference:
Acceleration Engine: Tensor(RT)-LLM, vLLM Test Hardware:
H100
A100
Ethical Considerations:
NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal model team to ensure this model meets requirements for the relevant industry and use case and addresses unforeseen product misuse.
Please make sure you have proper rights and permissions for all input image and video content; if image or video includes people, personal health information, or intellectual property, the image or video generated will not blur or maintain proportions of image subjects included.