This commit is contained in:
28
tools/benchmark-harness/fixtures/pdf_medium_tables.json
Normal file
28
tools/benchmark-harness/fixtures/pdf_medium_tables.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"document": "../../../test_documents/pdf/medium.pdf",
|
||||
"file_type": "pdf",
|
||||
"file_size": 245260,
|
||||
"expected_frameworks": [
|
||||
"kreuzberg",
|
||||
"docling",
|
||||
"markitdown",
|
||||
"mineru",
|
||||
"pdfminer",
|
||||
"pdfplumber",
|
||||
"pdftotext",
|
||||
"pymupdf4llm",
|
||||
"pypdf",
|
||||
"tika",
|
||||
"unstructured"
|
||||
],
|
||||
"metadata": {
|
||||
"description": "Medium PDF with complex tables - 240KB technical document",
|
||||
"category": "pdf-tables",
|
||||
"size_class": "medium"
|
||||
},
|
||||
"ground_truth": {
|
||||
"text_file": "../../../test_documents/ground_truth/pdf/pdf_medium_tables.txt",
|
||||
"source": "vision",
|
||||
"markdown_file": "../../../test_documents/ground_truth/pdf/pdf_medium_tables.md"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user