Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
MinerU
Commits
57502c95
Unverified
Commit
57502c95
authored
Nov 11, 2024
by
Xiaomeng Zhao
Committed by
GitHub
Nov 11, 2024
Browse files
Merge pull request #924 from myhloli/dev
docs(readme): update table recognition configuration and documentation
parents
0f83b568
dfac495c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
README.md
README.md
+1
-1
README_ja-JP.md
README_ja-JP.md
+3
-3
README_zh-CN.md
README_zh-CN.md
+1
-1
No files found.
README.md
View file @
57502c95
...
...
@@ -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
structEqT
able
,
please
change
to
"struct_eqtable"
.
"model"
:
"
rapid_table"
,
//
Default
to
using
"rapid_t
able
"
,
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
}
...
...
README_ja-JP.md
View file @
57502c95
...
...
@@ -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
)
...
...
README_zh-CN.md
View file @
57502c95
...
...
@@ -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
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment