Spaces:
Running on A100
Running on A100
Update app.py
Browse files
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 |
-
|
| 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.
|