You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
1.7 KiB
JSON
63 lines
1.7 KiB
JSON
{
|
|
"bucket_info": {
|
|
"bucket-name-1": [
|
|
"ak",
|
|
"sk",
|
|
"endpoint"
|
|
],
|
|
"bucket-name-2": [
|
|
"ak",
|
|
"sk",
|
|
"endpoint"
|
|
]
|
|
},
|
|
"models-dir": "/root/.cache/modelscope/hub/models/opendatalab/PDF-Extract-Kit-1___0/models",
|
|
"layoutreader-model-dir": "/root/.cache/modelscope/hub/models/ppaanngggg/layoutreader",
|
|
"device-mode": "cuda",
|
|
"layout-config": {
|
|
"model": "doclayout_yolo"
|
|
},
|
|
"formula-config": {
|
|
"mfd_model": "yolo_v8_mfd",
|
|
"mfr_model": "unimernet_small",
|
|
"enable": false
|
|
},
|
|
"table-config": {
|
|
"model": "rapid_table",
|
|
"sub_model": "slanet_plus",
|
|
"enable": false,
|
|
"max_time": 400
|
|
},
|
|
"latex-delimiter-config": {
|
|
"display": {
|
|
"left": "$$",
|
|
"right": "$$"
|
|
},
|
|
"inline": {
|
|
"left": "$",
|
|
"right": "$"
|
|
}
|
|
},
|
|
"llm-aided-config": {
|
|
"formula_aided": {
|
|
"api_key": "your_api_key",
|
|
"base_url": "https://dashscope.aliyuncs.com/compatible-mode/v1",
|
|
"model": "qwen2.5-7b-instruct",
|
|
"enable": false
|
|
},
|
|
"text_aided": {
|
|
"api_key": "your_api_key",
|
|
"base_url": "https://dashscope.aliyuncs.com/compatible-mode/v1",
|
|
"model": "qwen2.5-7b-instruct",
|
|
"enable": false
|
|
},
|
|
"title_aided": {
|
|
"api_key": "your_api_key",
|
|
"base_url": "https://dashscope.aliyuncs.com/compatible-mode/v1",
|
|
"model": "qwen2.5-32b-instruct",
|
|
"enable": false
|
|
}
|
|
},
|
|
"config_version": "1.2.1"
|
|
}
|