Files
fil/tools/benchmark-harness/fixtures/tif_ocr.json
Henrik Jess Nielsen b4c07d3693
All checks were successful
Deploy fil (kreuzberg) / deploy (push) Successful in 49s
Nomad changes
2026-06-01 23:40:55 +02:00

24 lines
538 B
JSON

{
"document": "../../../test_documents/images_extra/ocr_image.tif",
"file_type": "tif",
"file_size": 367848,
"expected_frameworks": [
"kreuzberg",
"docling",
"markitdown",
"pymupdf4llm",
"tika",
"unstructured"
],
"metadata": {
"description": "OCR test image with text content (TIF extension)",
"category": "image",
"size_class": "medium",
"requires_ocr": true
},
"ground_truth": {
"text_file": "../../../test_documents/ground_truth/tif/tif_ocr.md",
"source": "vision"
}
}