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/campaign_tools/collect_images_from_cvat_xml.py
docling_eval/campaign_tools/combine_cvat_evaluations.py
docling_eval/campaign_tools/convert_flat_cvat_deliveries_to_docling.py
docling_eval/campaign_tools/cvat_create_annotation_tasks_from_folders.py
docling_eval/campaign_tools/cvat_create_human_annotation_report.py
docling_eval/campaign_tools/cvat_deliveries_to_hf.py
docling_eval/campaign_tools/cvat_evaluation_pipeline.py
docling_eval/campaign_tools/cvat_task_batch_uploader.py
docling_eval/campaign_tools/cvat_task_batch_uploader_flat.py
docling_eval/campaign_tools/evaluate_cvat_tables.py
docling_eval/campaign_tools/flat_cvat_deliveries_to_hf.py
docling_eval/campaign_tools/merge_cvat_annotations.py
docling_eval/campaign_tools/review_bundle_builder.py
docling_eval/campaign_tools/run_cvat_deliveries_pipeline.py
docling_eval/cli/__init__.py
docling_eval/cli/main.py
docling_eval/datamodels/__init__.py
docling_eval/datamodels/cvat_page_mapping.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/doclingsdg_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/keyvalue_evaluator.py
docling_eval/evaluators/layout_evaluator.py
docling_eval/evaluators/markdown_text_evaluator.py
docling_eval/evaluators/ocr_evaluator.py
docling_eval/evaluators/pixel_layout_evaluator.py
docling_eval/evaluators/readingorder_evaluator.py
docling_eval/evaluators/stats.py
docling_eval/evaluators/table_evaluator.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/evaluators/pixel/confusion_matrix_exporter.py
docling_eval/evaluators/pixel/multi_label_confusion_matrix.py
docling_eval/evaluators/pixel/pixel_types.py
docling_eval/evaluators/table/teds.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/docling_json_loader.py
docling_eval/utils/external_docling_document_loader.py
docling_eval/utils/external_predictions_visualizer.py
docling_eval/utils/json_dataset_joiner.py
docling_eval/utils/split_input_data.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_to_docling_eval_e2e.py
tests/test_dataset_builder.py
tests/test_dataset_record.py
tests/test_doc_structure_evaluator.py
tests/test_keyvalue_evaluator.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_pixel_layout_evaluator.py
tests/test_predictions_visualizer.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