mirror of
https://github.com/opendatalab/MinerU.git
synced 2026-03-28 19:48:37 +07:00
Add the web_api project to the lists of projects in both the English and Chinese README.md files, providing a brief description and linking to the project's documentation. Ensure that the formatting and style are consistent with the existing project entries.
14 lines
312 B
JSON
14 lines
312 B
JSON
{
|
|
"bucket_info":{
|
|
"bucket-name-1":["ak", "sk", "endpoint"],
|
|
"bucket-name-2":["ak", "sk", "endpoint"]
|
|
},
|
|
"models-dir":"/opt/models",
|
|
"device-mode":"cuda",
|
|
"table-config": {
|
|
"model": "TableMaster",
|
|
"is_table_recog_enable": false,
|
|
"max_time": 400
|
|
}
|
|
}
|