
Powerful OCR model for fast, accurate real-world image text extraction, layout, and structure analysis.
nemotron-ocr-v1 is a text recognition model designed for robust end-to-end optical character recognition (OCR) on complex real-world images and documents. It integrates three core neural network modules: a detector for text region localization, a recognizer for transcription of detected regions, and a relational model for layout and reading-order analysis.
This model is optimized for a wide variety of OCR tasks, including multi-line, multi-block, and natural scene text, and supports advanced reading order analysis via its relational model component. It is production-ready with a focus on speed and accuracy on both document and natural scene images.
This model is ready for commercial/non-commercial use.
GOVERNING TERMS: The trial service is governed by the NVIDIA API Trial Terms of Service. Use of this model is governed by the NVIDIA Open Model License Agreement.
You are responsible for ensuring that your use of NVIDIA provided models complies with all applicable laws.
Model Developer: NVIDIA
Global
This model is designed for high-accuracy and high-speed OCR to support multimodal retrieval systems, RAG pipelines, and document intelligence applications that require extraction of text and structure from images and scanned documents.
Build.NVIDIA.com 03/02/2026 via nemotron-ocr-v1
References:
Architecture Type: Hybrid detector–recognizer with document-level relational modeling
The model integrates three specialized neural components:
All components are trained jointly in an end-to-end fashion, providing robust, scalable OCR for diverse document and scene images.
Parameter Counts:
| Component | Parameters |
|---|---|
| Detector | 45,268,472 |
| Recognizer | 4,944,346 |
| Relational model | 2,254,422 |
| Total | 52,467,240 |
| Property | Value |
|---|---|
| Input Type & Format | Image (RGB, PNG/JPEG, float32/uint8), aggregation level (word, sentence, or paragraph) |
| Input Parameters | 3 x H x W (single image) or B x 3 x H x W (batch) |
| Input Range | [0, 1] (float32) or [0, 255] (uint8, auto-converted) |
| Other Properties | Handles both single images and batches. Automatic multi-scale resizing for best accuracy. |
| Property | Value |
|---|---|
| Output Type | Structured OCR results: a list of detected text regions (bounding boxes), recognized text, and confidence scores |
| Output Format | Bounding boxes: tuple of floats, recognized text: string, confidence score: float |
| Output Parameters | Bounding boxes: 1D list of bounding box coordinates, recognized text: 1D list of strings, confidence score: 1D list of floats |
| Other Properties | Please see the sample output for an example of the model output. |
ocr_boxes = [[[15.552736282348633, 43.141815185546875],
[150.00149536132812, 43.141815185546875],
[150.00149536132812, 56.845645904541016],
[15.552736282348633, 56.845645904541016]],
[[298.3145751953125, 44.43315124511719],
[356.93585205078125, 44.43315124511719],
[356.93585205078125, 57.34814453125],
[298.3145751953125, 57.34814453125]],
[[15.44686508178711, 13.67985725402832],
[233.15859985351562, 13.67985725402832],
[233.15859985351562, 27.376562118530273],
[15.44686508178711, 27.376562118530273]],
[[298.51727294921875, 14.268900871276855],
[356.9850769042969, 14.268900871276855],
[356.9850769042969, 27.790447235107422],
[298.51727294921875, 27.790447235107422]]]
ocr_txts = ['The previous notice was dated',
'22 April 2016',
'The previous notice was given to the company on',
'22 April 2016']
ocr_confs = [0.97730815, 0.98834222, 0.96804602, 0.98499225]
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.
Runtime Engines: TensorRT
Supported Hardware Microarchitecture Compatibility:
NVIDIA Ampere
NVIDIA Blackwell
NVIDIA Hopper
NVIDIA Lovelace
Operating Systems: Linux
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.
nemotron-ocr-v1
Short Name: nemotron-ocr-v1
Data Modality: Image
Training Data Collection: Hybrid (Automated, Human, Synthetic)
Training Labeling: Hybrid (Automated, Human, Synthetic)
Training Properties: Trained on a large-scale, curated mix of public and proprietary OCR datasets, focusing on high diversity of document layouts and natural scene images. The training set includes synthetic and real images with varied noise and backgrounds, filtered for commercial use eligibility. Includes scanned documents, natural scene images, receipts, and business documents.
Evaluation Data Collection: Hybrid (Automated, Human, Synthetic)
Evaluation Labeling: Hybrid (Automated, Human, Synthetic)
Evaluation Properties: Evaluated on several NVIDIA internal datasets for pure OCR, table content extraction, and document retrieval. Benchmarks include challenging scene images, documents with varied layouts, and multi-language data.
Benchmarked against PaddleOCR on internal evaluation datasets across OCR (Character Error Rate), table extraction (TEDS), and document retrieval (Recall@5).
| Metric | nemotron-ocr-v1 | PaddleOCR | Net change |
|---|---|---|---|
| Character Error Rate | 0.1633 | 0.2029 | -19.5% ✔️ |
| Bag-of-character Error Rate | 0.0453 | 0.0512 | -11.5% ✔️ |
| Bag-of-word Error Rate | 0.1203 | 0.2748 | -56.2% ✔️ |
| Table Extraction TEDS | 0.781 | 0.781 | 0.0% ⚖️ |
| Public Earnings Multimodal Recall@5 | 0.779 | 0.775 | +0.5% ✔️ |
| Digital Corpora Multimodal Recall@5 | 0.901 | 0.883 | +2.0% ✔️ |
The model demonstrates robust performance on complex layouts, noisy backgrounds, and challenging real-world scenes. Reading order and block detection are powered by the relational module, supporting downstream applications such as chart-to-text, table-to-text, and infographic-to-text extraction.
Acceleration Engine: TensorRT, PyTorch
Test Hardware: H100 PCIe/SXM, A100 PCIe/SXM, L40s, L4, A10G
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 supporting model team to ensure this model meets requirements for the relevant industry and use case, and address unforeseen product misuse.
For more detailed information on ethical considerations for this model, please see the Model Card++ Bias, Explainability, Safety & Security, and Privacy Subcards.
Please report model quality, risk, security vulnerabilities or NVIDIA AI Concerns here.