Files
fil/tools/benchmark-harness/fixtures/image_table.json

25 lines
582 B
JSON
Raw Normal View History

2026-06-01 23:40:55 +02:00
{
"document": "../../../test_documents/images/complex_document.png",
"file_type": "png",
"file_size": 28485,
"expected_frameworks": [
"kreuzberg",
"docling",
"markitdown",
"mineru",
"pymupdf4llm",
"tika",
"unstructured"
],
"metadata": {
"description": "Complex table image - 28KB PNG with detailed table structure",
"category": "image-table",
"size_class": "small",
"requires_ocr": true
},
"ground_truth": {
"text_file": "../../../test_documents/ground_truth/png/image_table.md",
"source": "mistral-pixtral"
}
}