Alexandre-Numind commited on
Commit
efcf351
·
verified ·
1 Parent(s): 72249b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1404,7 +1404,7 @@ with gr.Blocks(
1404
  **NuExtract3** is a unified **4B** vision-language reasoning model for document understanding.
1405
  It combines strong **structured information extraction** with high-quality **image-to-Markdown** conversion, making it suitable for extraction pipelines, OCR, and RAG preprocessing for all types of documents such as scans, receipts, forms, invoices, contracts or tables.
1406
 
1407
- ## Overview
1408
  - **Structured extraction**: input (text/images) + JSON template + instructions --> JSON output
1409
  - **Markdown conversion**: input (text/images) --> Markdown
1410
  - **Multimodal inputs**: text, images, or text + images.
 
1404
  **NuExtract3** is a unified **4B** vision-language reasoning model for document understanding.
1405
  It combines strong **structured information extraction** with high-quality **image-to-Markdown** conversion, making it suitable for extraction pipelines, OCR, and RAG preprocessing for all types of documents such as scans, receipts, forms, invoices, contracts or tables.
1406
 
1407
+ **Features**:
1408
  - **Structured extraction**: input (text/images) + JSON template + instructions --> JSON output
1409
  - **Markdown conversion**: input (text/images) --> Markdown
1410
  - **Multimodal inputs**: text, images, or text + images.