aicoolies logo
Dolphin document parser logo
Dolphin document parser logo

Dolphin

ByteDance multimodal document image parser

open sourceverified Aug 24, 2026

Dolphin is ByteDance's multimodal document parsing model that handles intertwined text, tables, formulas, and figures in complex documents. Using a two-stage analyze-then-parse approach with a Swin Transformer vision encoder and MBart decoder, it performs layout analysis and parallel element parsing with heterogeneous anchor prompts. Dolphin-v2 adds document-type awareness for invoices, papers, and forms.

Dolphin tackles the fundamental challenge of extracting structured information from complex documents that contain intertwined text, tables, mathematical formulas, and embedded figures. Unlike OCR-only solutions that produce raw text or generic vision-language models that lack document structure awareness, Dolphin uses a purpose-built two-stage architecture: first analyzing the full page layout to identify elements in natural reading order, then parsing each element in parallel using heterogeneous anchor prompts tailored to the specific content type.

The vision encoder is based on Swin Transformer for extracting rich visual features from document images, while an MBart-based text decoder generates structured output preserving semantic relationships between elements. This architecture handles both digitally rendered documents and photographed or scanned pages, maintaining accuracy across varying image quality and document formats. The heterogeneous anchor prompting system provides context-aware cues for each element type, improving parsing accuracy for complex layouts like multi-column tables, nested lists, and inline equations.

Dolphin-v2 extends the original model with document-type awareness, enabling a single model to handle invoices, research papers, forms, receipts, and contracts without fine-tuning for each category. The model is released under MIT license with acceptance at ACL 2025, indicating peer-reviewed quality. Integration with inference platforms like vLLM and Replicate makes Dolphin accessible for production document processing workflows at scale.

Pricing

100% free and open source under the Apache-2.0 license ($0 software cost). Dolphin by ByteDance is an open-source document layout analysis and OCR parser for extracting structured tables and text from PDFs with zero licensing fees.

full pricing breakdown →

Platforms

Python, PyTorch; GPU recommended

Categories

Tags

Use Cases

Related Tools

computed discovery: shared active categories · kept separate from editor-verified Alternatives

Ray logo

Ray

Distributed AI compute engine for scaling Python and ML workloads

Ray is an open-source distributed computing framework built for scaling AI and Python applications from a laptop to thousands of GPUs. It provides libraries for distributed training, hyperparameter tuning, model serving, reinforcement learning, and data processing under a single unified API. Ray's public site highlights OpenAI and other enterprise users. Maintained by Anyscale with Apache-2.0 open-source licensing.

freemiumOpen Source
LLaMA Factory project logo

LLaMA-Factory

Unified framework for fine-tuning 100+ large language models

LLaMA-Factory is an open-source toolkit providing a unified interface for fine-tuning over 100 LLMs and vision-language models. It supports SFT, RLHF with PPO and DPO, LoRA and QLoRA for memory-efficient training, and continuous pre-training. The LLaMA Board web UI enables no-code configuration, while CLI and YAML workflows serve advanced users. Integrates with Hugging Face, ModelScope, vLLM, and SGLang for model deployment.

Open Source
Unsloth logo

Unsloth

2x faster LLM fine-tuning with 70% less VRAM on a single GPU

Unsloth is an open-source framework for fine-tuning large language models up to 2x faster while using 70% less VRAM. Built with custom Triton kernels, it supports 500+ model architectures including Llama 4, Qwen 3, and DeepSeek on consumer NVIDIA GPUs. Unsloth Studio adds a no-code web UI for dataset creation, training observability, model comparison, and GGUF export for Ollama and vLLM deployment.

Open Source
VibeVoice logo

VibeVoice

Microsoft's open-source frontier voice AI for long-form multi-speaker audio

VibeVoice is Microsoft's open-source voice AI family with both TTS and speech recognition models. The TTS model generates up to 90 minutes of expressive multi-speaker audio with 4 distinct voices. VibeVoice-ASR transcribes 60-minute recordings in a single pass with speaker identification and timestamps. Built on continuous speech tokenizers at 7.5 Hz and next-token diffusion, it compresses audio 80x more efficiently than Encodec while preserving fidelity.

Open Source
helixdb

HelixDB

High-performance OLTP graph-vector database in Rust built on object storage for AI memory

HelixDB is an open-source, unified graph-vector database engineered in Rust that merges relational, graph, and vector workloads into a single OLTP engine, using LMDB local caching and S3 object storage for scalable agent memory.

freemiumOpen Source
GraphRAG

Microsoft GraphRAG

Modular graph-based RAG pipeline using hierarchical knowledge graph community summaries

Microsoft GraphRAG is an open-source retrieval framework that transforms unstructured text into structured knowledge graphs, clusters entities hierarchically using the Leiden algorithm, and generates dataset-wide summaries alongside entity-level local search for multi-hop reasoning.

Open Source

Used in Stacks

FAQ

What is Dolphin?

Dolphin is ByteDance's multimodal document parsing model that handles intertwined text, tables, formulas, and figures in complex documents. Using a two-stage analyze-then-parse approach with a Swin Transformer vision encoder and MBart decoder, it performs layout analysis and parallel element parsing with heterogeneous anchor prompts. Dolphin-v2 adds document-type awareness for invoices, papers, and forms.

Is Dolphin free?

Yes — Dolphin is open source and free to use. 100% free and open source under the Apache-2.0 license ($0 software cost). Dolphin by ByteDance is an open-source document layout analysis and OCR parser for extracting structured tables and text from PDFs with zero licensing fees.

Is Dolphin open source?

Yes — Dolphin is open source.

Is Dolphin still maintained?

Yes — Dolphin is active. Its listing was last verified on August 24, 2026.

What are the best Dolphin alternatives?

The top editor-verified Dolphin alternatives are LlamaIndex, Weights & Biases.