## Explainability Field | Response :---- | :---- Intended Task/Domain: | Document understanding, OCR, layout parsing, table extraction, and text extraction with spatial grounding. Model Type: | Transformer-based vision-encoder-decoder model. Intended Users: | Developers and teams building document intelligence, retrieval-augmented generation (RAG), data-curation, extraction, and multimodal agent workflows. Output: | Structured text containing document element classes, bounding boxes, reading-order information, chart/table annotations, and extracted text. (For GPAI Models): Tools used to evaluate datasets to identify synthetic data and ensure data authenticity. | Internal dataset provenance checks, dataset audits, synthetic-data source tracking, and qualitative review. Describe how the model works: | NVIDIA Nemotron Parse 2.0 encodes an input document image with a vision encoder, compresses visual features with an adapter, and uses a text decoder conditioned on task prompt tokens to generate structured document annotations. The 2.0 tokenizer includes an approximately 20k-token multilingual vocabulary expansion and chart-aware output support through the `` class token. Name the adversely impacted groups this has been tested to deliver comparable outcomes regardless of: | Not Applicable Technical Limitations & Mitigation: | Performance can vary for low-resolution scans, motion blur, handwriting, decorative fonts, dense tables, unusual layouts, unsupported languages or scripts, and documents with heavy compression artifacts. Users should evaluate outputs on representative documents and use human review for high-impact workflows. Verified to have met prescribed NVIDIA quality standards: | Yes Performance Metrics: | OCR accuracy, layout/class accuracy, table extraction quality, chart extraction quality, reading-order quality, grounding quality, latency, throughput, and qualitative visual inspection. Potential Known Risks: | The model may miss text, hallucinate structure, assign incorrect classes, produce inaccurate bounding boxes, or incorrectly order elements. Downstream systems should treat output as model-generated extraction results and apply validation, confidence checks, and human review where appropriate. Licensing: | Use of this model is governed by the [NVIDIA Open Model License Agreement](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license/). Use of the tokenizer included in this model is governed by the [CC-BY-4.0 license](https://creativecommons.org/licenses/by/4.0/).