mirror of
https://github.com/opendatalab/MinerU.git
synced 2026-03-27 11:08:32 +07:00
docs(readme): update table recognition configuration and documentation
- Update table recognition model to "rapid_table" in README.md and README_zh-CN.md - Update documentation warning in README_ja-JP.md - Improve clarity of table recognition configuration options
This commit is contained in:
@@ -171,7 +171,7 @@ pip install -U magic-pdf[full] --extra-index-url https://wheels.myhloli.com -i h
|
||||
"enable": true // 公式识别功能默认是开启的,如果需要关闭请修改此处的值为"false"
|
||||
},
|
||||
"table-config": {
|
||||
"model": "tablemaster", // 使用structEqTable请修改为"struct_eqtable"
|
||||
"model": "rapid_table", // 默认使用"rapid_table",可以切换为"tablemaster"和"struct_eqtable"
|
||||
"enable": false, // 表格识别功能默认是关闭的,如果需要开启请修改此处的值为"true"
|
||||
"max_time": 400
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user