LICENSE
README.md
pyproject.toml
docling_eval/__init__.py
docling_eval/py.typed
docling_eval.egg-info/PKG-INFO
docling_eval.egg-info/SOURCES.txt
docling_eval.egg-info/dependency_links.txt
docling_eval.egg-info/entry_points.txt
docling_eval.egg-info/requires.txt
docling_eval.egg-info/top_level.txt
docling_eval/aggregations/consolidator.py
docling_eval/aggregations/multi_evalutor.py
docling_eval/cli/__init__.py
docling_eval/cli/cvat_to_docling_cli.py
docling_eval/cli/cvat_validator_cli.py
docling_eval/cli/main.py
docling_eval/cvat_tools/__init__.py
docling_eval/cvat_tools/analysis.py
docling_eval/cvat_tools/cvat_to_docling.py
docling_eval/cvat_tools/document.py
docling_eval/cvat_tools/models.py
docling_eval/cvat_tools/parser.py
docling_eval/cvat_tools/path_mappings.py
docling_eval/cvat_tools/tree.py
docling_eval/cvat_tools/utils.py
docling_eval/cvat_tools/validator.py
docling_eval/datamodels/__init__.py
docling_eval/datamodels/cvat_types.py
docling_eval/datamodels/dataset_record.py
docling_eval/datamodels/types.py
docling_eval/dataset_builders/__init__.py
docling_eval/dataset_builders/cvat_dataset_builder.py
docling_eval/dataset_builders/cvat_preannotation_builder.py
docling_eval/dataset_builders/dataset_builder.py
docling_eval/dataset_builders/doclaynet_v1_builder.py
docling_eval/dataset_builders/doclaynet_v2_builder.py
docling_eval/dataset_builders/doclingdpbench_builder.py
docling_eval/dataset_builders/docvqa_builder.py
docling_eval/dataset_builders/dpbench_builder.py
docling_eval/dataset_builders/file_dataset_builder.py
docling_eval/dataset_builders/funsd_builder.py
docling_eval/dataset_builders/omnidocbench_builder.py
docling_eval/dataset_builders/otsl_table_dataset_builder.py
docling_eval/dataset_builders/pixparse_builder.py
docling_eval/dataset_builders/xfund_builder.py
docling_eval/evaluators/__init__.py
docling_eval/evaluators/adapters.py
docling_eval/evaluators/base_evaluator.py
docling_eval/evaluators/bbox_text_evaluator.py
docling_eval/evaluators/doc_structure_evaluator.py
docling_eval/evaluators/layout_evaluator.py
docling_eval/evaluators/markdown_text_evaluator.py
docling_eval/evaluators/ocr_evaluator.py
docling_eval/evaluators/readingorder_evaluator.py
docling_eval/evaluators/stats.py
docling_eval/evaluators/table_evaluator.py
docling_eval/evaluators/teds.py
docling_eval/evaluators/timings_evaluator.py
docling_eval/evaluators/ocr/__init__.py
docling_eval/evaluators/ocr/benchmark_runner.py
docling_eval/evaluators/ocr/evaluation_models.py
docling_eval/evaluators/ocr/geometry_utils.py
docling_eval/evaluators/ocr/matching_logic.py
docling_eval/evaluators/ocr/performance_calculator.py
docling_eval/evaluators/ocr/processing_utils.py
docling_eval/legacy/__init__.py
docling_eval/legacy/conversion.py
docling_eval/prediction_providers/__init__.py
docling_eval/prediction_providers/aws_prediction_provider.py
docling_eval/prediction_providers/azure_prediction_provider.py
docling_eval/prediction_providers/base_prediction_provider.py
docling_eval/prediction_providers/docling_provider.py
docling_eval/prediction_providers/file_provider.py
docling_eval/prediction_providers/google_prediction_provider.py
docling_eval/prediction_providers/tableformer_provider.py
docling_eval/utils/__init__.py
docling_eval/utils/coco_exporter.py
docling_eval/utils/utils.py
docling_eval/visualisation/constants.py
docling_eval/visualisation/visualisations.py
tests/test_bboxtext_evaluator.py
tests/test_consolidator.py
tests/test_cvat.py
tests/test_cvat_analysis.py
tests/test_cvat_to_docling_converter.py
tests/test_cvat_to_docling_eval_e2e.py
tests/test_dataset_builder.py
tests/test_layout_aws.py
tests/test_layout_azure.py
tests/test_layout_evaluator.py
tests/test_markdown_aws.py
tests/test_markdown_azure.py
tests/test_markdown_text_evaluator.py
tests/test_multi_evaluator.py
tests/test_ocr_aws.py
tests/test_ocr_aws_funsd.py
tests/test_ocr_azure.py
tests/test_ocr_evaluator.py
tests/test_ocr_google.py
tests/test_readingorder_aws.py
tests/test_readingorder_azure.py
tests/test_readingorder_evaluator.py
tests/test_s3source.py
tests/test_table_evaluator.py
tests/test_tables_aws.py
tests/test_tables_azure.py
tests/test_tables_google.py
tests/test_utils.py