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

28 lines
618 B
JSON
Raw Normal View History

2026-06-01 23:40:55 +02:00
{
"document": "../../../test_documents/pdf/tiny.pdf",
"file_type": "pdf",
"file_size": 23572,
"expected_frameworks": [
"kreuzberg",
"docling",
"markitdown",
"mineru",
"pdfminer",
"pdfplumber",
"pdftotext",
"pymupdf4llm",
"pypdf",
"tika",
"unstructured"
],
"metadata": {
"description": "PDF with tables - tiny document",
"category": "structured"
},
"ground_truth": {
"text_file": "../../../test_documents/ground_truth/pdf/pdf_tables.txt",
"source": "vision",
"markdown_file": "../../../test_documents/ground_truth/pdf/pdf_tables.md"
}
}