amalad commited on
Commit
a3b2937
·
verified ·
1 Parent(s): 4c4552f

Update README

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -12,9 +12,9 @@ tags:
12
  ---
13
 
14
 
15
- # NVIDIA Nemotron Parse 1.1 Lite Overview
16
 
17
- NVIDIA Nemotron Parse 1.1 Lite is a general purpose text-extraction model, specifically designed to handle documents. Given an image, NVIDIA Nemotron Parse 1.1 Lite is able to extract formatted-text, with bounding-boxes and the corresponding semantic class. 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.
18
 
19
  This model is ready for commercial use.
20
 
 
12
  ---
13
 
14
 
15
+ # NVIDIA Nemotron Parse v1.1 Lite Overview
16
 
17
+ NVIDIA Nemotron Parse v1.1 Lite is designed to understand document semantics and extract text and tables elements with spatial grounding. Given an image, NVIDIA Nemotron Parse v1.1 Lite 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.
18
 
19
  This model is ready for commercial use.
20