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

23 lines
496 B
JSON
Raw Normal View History

2026-06-01 23:40:55 +02:00
{
"document": "../../../test_documents/images/ocr_image.jpg",
"file_type": "jpg",
"file_size": 73717,
"expected_frameworks": [
"kreuzberg",
"docling",
"markitdown",
"mineru",
"pymupdf4llm",
"tika",
"unstructured"
],
"metadata": {
"description": "Image requiring OCR - Hello World test image",
"category": "ocr"
},
"ground_truth": {
"text_file": "../../../test_documents/ground_truth/jpg/image_ocr.md",
"source": "mistral-pixtral"
}
}