Jump to content

Connect SuperML | Leeroopedia MCP: Equip your AI agents with best practices, code verification, and debugging knowledge. Powered by Leeroo — building Organizational Superintelligence. Contact us at founders@leeroo.com.

Implementation:Open compass VLMEvalKit OmniDocBench Utils

From Leeroopedia
Revision as of 13:31, 16 February 2026 by Admin (talk | contribs) (Auto-imported from implementations/Open_compass_VLMEvalKit_OmniDocBench_Utils.md)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Field Value
source VLMEvalKit
domain Vision, Benchmarking, Document Understanding, Utilities

Overview

Utility module providing comprehensive helper functions for the OmniDocBench document understanding benchmark evaluation in VLMEvalKit.

Description

This utility file does not define a dataset class. It is the largest utility module in the OmniDocBench package at 1916 lines, providing extensive helper functions for document parsing evaluation including text normalization, table structure comparison, formula matching, layout analysis, and result aggregation. It supports the full end-to-end evaluation pipeline for document understanding tasks.

Usage

Imported by vlmeval/dataset/OmniDocBench/omnidocbench.py and related modules to support OmniDocBench evaluation.

Code Reference

  • Source: vlmeval/dataset/OmniDocBench/utils.py, Lines: L1-1916
  • Import: from vlmeval.dataset.OmniDocBench.utils import *

I/O Contract

Direction Description
Inputs Document prediction strings, ground-truth annotations, evaluation configurations
Outputs Processed text, comparison results, normalized evaluation data

Related Pages

Page Connections

Double-click a node to navigate. Hold to expand connections.
Principle
Implementation
Heuristic
Environment