59 lines
1.2 KiB
JSON
59 lines
1.2 KiB
JSON
{
|
|
"cases": [
|
|
{
|
|
"id": "image-cpu-threads-8",
|
|
"title": "图片 CPU 8 线程",
|
|
"group": "image-threads",
|
|
"kind": "image",
|
|
"params": {
|
|
"threads": 8,
|
|
"max_new_tokens": 64,
|
|
"rounds": 1
|
|
}
|
|
},
|
|
{
|
|
"id": "image-cpu-threads-18",
|
|
"title": "图片 CPU 18 线程",
|
|
"group": "image-threads",
|
|
"kind": "image",
|
|
"params": {
|
|
"threads": 18,
|
|
"max_new_tokens": 64,
|
|
"rounds": 1
|
|
}
|
|
},
|
|
{
|
|
"id": "pdf-hybrid-default",
|
|
"title": "PDF 混合默认阈值",
|
|
"group": "pdf-routing",
|
|
"kind": "pdf",
|
|
"params": {
|
|
"pdf_mode": "hybrid"
|
|
}
|
|
},
|
|
{
|
|
"id": "pdf-hybrid-strict",
|
|
"title": "PDF 混合严格文本阈值",
|
|
"group": "pdf-routing",
|
|
"kind": "pdf",
|
|
"params": {
|
|
"pdf_mode": "hybrid",
|
|
"text_min_chars": 100,
|
|
"text_min_content_ratio": 0.7
|
|
}
|
|
},
|
|
{
|
|
"id": "pdf-ocr-dpi-144",
|
|
"title": "PDF OCR DPI 144",
|
|
"group": "pdf-ocr-dpi",
|
|
"kind": "pdf",
|
|
"params": {
|
|
"pdf_mode": "ocr",
|
|
"pages": "1",
|
|
"dpi": 144,
|
|
"max_new_tokens": 64
|
|
}
|
|
}
|
|
]
|
|
}
|