aicoolies logo

Dolphin

ByteDance multimodal document image parser

Share
open-sourceOpen Source
Visit Website →

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

Free and open source under MIT license

Platforms

Python, PyTorch; GPU recommended

Categories

Tags

Use Cases

Alternatives

Related Tools

Marqo logo

Marqo

Embedding-first search and discovery engine for AI-powered product experiences.

Marqo is an open-source tensor search engine that combines embedding generation and vector search in a single API, removing the need to manage separate embedding pipelines and vector databases. Built for product discovery and multi-modal search, it lets teams index text, images, and structured data together, returning ranked results based on semantic similarity rather than keyword overlap.

freemium
Magika logo

Magika

AI-powered file-type detection at Google scale

Open-source AI-powered file-type detection tool from Google that uses a custom deep-learning model under a few megabytes to identify more than 200 binary and textual content types in milliseconds, even on a single CPU. Magika ships as a CLI, Python package, JavaScript/TypeScript library, and an ONNX model, achieves around 99% accuracy on its test set, and is already used at Google scale across Gmail, Drive, and Safe Browsing as well as by VirusTotal and abuse.ch.

freeOpen Source
Zep logo

Zep

Context engineering platform for AI agents with temporal knowledge graphs

Zep is a context engineering platform that assembles relationship-aware context for AI agents from conversations, business data, documents, and events. It maintains a temporal knowledge graph that automatically extracts entities and relationships, tracking how context evolves over time. Zep delivers formatted context blocks optimized for LLMs with sub-200ms latency, integrating with LangChain, LlamaIndex, AutoGen, and Google ADK through Python, TypeScript, and Go SDKs.

freemium
Hindsight logo

Hindsight

Agent memory system that learns, not just remembers

Hindsight is an agent memory system that enables AI agents to learn from experience rather than just store conversations. It organizes memories into three biomimetic categories: World knowledge for facts, Experiences for agent events, and Mental Models for learned understanding. The system provides retain, recall, and reflect operations backed by a temporal knowledge graph with parallel retrieval strategies including semantic, keyword, graph traversal, and temporal search.

freemiumOpen Source
Labelbox logo

Labelbox

Data factory for AI teams and model training

Labelbox is a comprehensive data platform for AI teams handling reinforcement learning, evaluations, robotics, and human feedback workflows. Core capabilities include RL data generation with knowledge work rubrics, custom evaluations for private benchmarks and model comparisons, robotics data with full-stack video and trajectories, and an expert network of 1.5M+ knowledge workers including 50K+ PhDs. Trusted by 80% of leading AI labs for production data operations.

paid
Hopsworks logo

Hopsworks

AI Lakehouse with Feature Store for real-time ML

Hopsworks is a data-intensive AI platform combining a Python-centric Feature Store with MLOps capabilities for production ML systems. Provides sub-millisecond feature retrieval powered by RonDB, dual offline and online storage for batch and real-time inference, experiment tracking, model registry, and deployment pipelines. Available as managed cloud on AWS, Azure, and GCP, self-hosted on Kubernetes, or serverless platform.

freemiumOpen Source