amalad commited on
Commit
503fde5
·
verified ·
1 Parent(s): 9dece87

Update README

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -13,7 +13,7 @@ tags:
13
 
14
  # NVIDIA Nemotron Parse 1.1 Overview
15
 
16
- NVIDIA Nemotron Parse 1.1 is a general purpose text-extraction model, specifically designed to handle documents, and extracting text, table, and understanding document semantics. Given an image, NVIDIA Nemotron Parse 1.1 is able to extract formatted text, bounding-boxes and the corresponding semantic classes. This has downstream benefits for several tasks such as increasing the availability of training-data for Large Language Models (LLMs), improving the accuracy of retriever systems, and enhancing document understanding pipelines.
17
 
18
  This model is ready for commercial use.
19
 
 
13
 
14
  # NVIDIA Nemotron Parse 1.1 Overview
15
 
16
+ NVIDIA Nemotron Parse v1.1 is designed to understand document semantics and extract text and tables elements with spatial grounding. Given an image, NVIDIA Nemotron Parse v1.1 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.
17
 
18
  This model is ready for commercial use.
19