AIAny
AI Model2026
Icon for item

NuExtract3

Unified 4B vision-language model for document understanding that converts images or text into template-driven structured JSON or clean Markdown. Key features: multimodal inputs (image+text), template-based extraction, reasoning vs non-reasoning modes, and vLLM/OpenAI-compatible deployment for OCR, invoice/forms extraction, and RAG preprocessing.

Introduction

Most document pipelines separate OCR, layout parsing and structured extraction; NuExtract3 collapses those steps into a single 4B vision-language model that can either output JSON following a user-provided template or generate clean Markdown suitable for downstream RAG or content workflows. That makes it easier to build end-to-end extraction services without stitching multiple specialized components.

Key Capabilities
  • Template-driven structured extraction: accept a JSON template (types like verbatim-string, date, number, enums) and return a JSON matching that schema — useful for deterministic ingestion into databases or downstream logic.
  • Document-to-Markdown conversion: produces Markdown for textual content, HTML for tables and LaTeX for math, enabling readable, format-preserving OCR outputs for knowledge ingestion.
  • Multimodal and multilingual: handles image, text, or combined inputs across multiple languages and supports both non-reasoning (deterministic, faster) and reasoning modes (for complex layouts or ambiguous fields).
  • Deployment friendly: examples and configs for vLLM, OpenAI-compatible APIs, and transformers-based local inference are provided; the model is released under Apache-2.0.
Who it's for — tradeoffs

Great fit if you need an integrated extractor for invoices, receipts, contracts, forms, tables or mixed documents and want outputs directly usable by RAG pipelines or databases. It’s also useful when you want template-first extraction (predictable JSON schemas) and an easy path to serve with vLLM or OpenAI-compatible endpoints. Look elsewhere if you need an extremely tiny on-device model, strict real-time latency on low-power devices, or a solution that requires heavy customization at the OCR-engine level (NuExtract bundles OCR+reasoning inside the model).

Information

Categories

More Items

Hugging Face
AI Model2026

Provides GGUF-quantized Inkling multimodal model weights for local image/audio-to-text and conversational inference. Includes quantization variants (example: 1-bit UD-IQ1_S), Apache-2.0 license, and compatibility with Unsloth Studio, vLLM and common inference stacks.

Hugging Face
AI Video2026

Generates a new camera viewpoint from a reference video: an IC‑LoRA adapter for LTX‑Video 2.3 that re‑renders the same scene from a requested discrete camera angle while preserving subject and content. Trained on synthetic multi‑view data, proof‑of‑concept with limited viewpoint range and best for small, chained angle shifts.

Hugging Face
AI Model2026

Runs a full 27B-class Qwen3.6-derived LLM in a ~7.2 GB ternary/2‑bit format for on-device or single‑GPU text generation, retaining ~95% of FP16 performance and supporting a 262K‑token context. Designed for laptop/GPU deployment; exceeds typical phone memory limits.