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:
myhloli
2024-11-11 15:20:04 +08:00
parent 0f83b56802
commit dfac495c39
3 changed files with 5 additions and 5 deletions

View File

@@ -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
}