Commit f3ad9be3 authored by xuchao's avatar xuchao

docs: how to use table recognition

parent edcced27
......@@ -206,7 +206,11 @@ cp magic-pdf.template.json ~/magic-pdf.json
```json
{
// other config
"models-dir": "/tmp/models"
"models-dir": "D:/models",
"table-config": {
"is_table_recog_enable": false, // 表格识别功能默认是关闭的,如果需要修改此处的值
"max_time": 400
}
}
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment