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:
@@ -163,7 +163,7 @@ You can modify certain configurations in this file to enable or disable features
|
||||
"enable": true // The formula recognition feature is enabled by default. If you need to disable it, please change the value here to "false".
|
||||
},
|
||||
"table-config": {
|
||||
"model": "tablemaster", // When using structEqTable, please change to "struct_eqtable".
|
||||
"model": "rapid_table", // Default to using "rapid_table", can be switched to "tablemaster" or "struct_eqtable".
|
||||
"enable": false, // The table recognition feature is disabled by default. If you need to enable it, please change the value here to "true".
|
||||
"max_time": 400
|
||||
}
|
||||
|
||||
@@ -18,9 +18,9 @@
|
||||
<a href="https://trendshift.io/repositories/11174" target="_blank"><img src="https://trendshift.io/api/badge/repositories/11174" alt="opendatalab%2FMinerU | Trendshift" style="width: 200px; height: 55px;"/></a>
|
||||
|
||||
|
||||
<div align="center" style="color: red; background-color: #ffdddd; padding: 10px; border: 1px solid red; border-radius: 5px;">
|
||||
<strong>NOTE:</strong> このドキュメントはすでに古くなっています。最新版のドキュメントを参照してください。
|
||||
</div>
|
||||
> [!Warning]
|
||||
> このドキュメントはすでに古くなっています。最新版のドキュメントを参照してください。
|
||||
|
||||
|
||||
|
||||
[English](README.md) | [简体中文](README_zh-CN.md) | [日本語](README_ja-JP.md)
|
||||
|
||||
@@ -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