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
235f341c
Unverified
Commit
235f341c
authored
Jan 23, 2025
by
Xiaomeng Zhao
Committed by
GitHub
Jan 23, 2025
Browse files
Merge pull request #1613 from opendatalab/dev
feat(table-config): add sub_model configuration for rapid_table
parents
2eb50daf
f1018263
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
README.md
README.md
+1
-0
README_zh-CN.md
README_zh-CN.md
+1
-0
No files found.
README.md
View file @
235f341c
...
...
@@ -278,6 +278,7 @@ You can modify certain configurations in this file to enable or disable features
},
"table-config"
:
{
"model"
:
"rapid_table"
,
//
Default
to
using
"rapid_table"
,
can
be
switched
to
"tablemaster"
or
"struct_eqtable"
.
"sub_model"
:
"slanet_plus"
,
//
When
the
model
is
"rapid_table"
,
you
can
choose
a
sub_model.
The
options
are
"slanet_plus"
and
"unitable"
"enable"
:
true
,
//
The
table
recognition
feature
is
enabled
by
default.
If
you
need
to
disable
it
,
please
change
the
value
here
to
"false"
.
"max_time"
:
400
}
...
...
README_zh-CN.md
View file @
235f341c
...
...
@@ -282,6 +282,7 @@ pip install -U "magic-pdf[full]" --extra-index-url https://wheels.myhloli.com -i
},
"
table-config
": {
"
model
": "
rapid_table
", // 默认使用"
rapid_table
",可以切换为"
tablemaster
"和"
struct_eqtable
"
"
sub_model
": "
slanet_plus
", // 当model为"
rapid_table
"时,可以自选sub_model,可选项为"
slanet_plus
"和"
unitable
"
"
enable
": true, // 表格识别功能默认是开启的,如果需要关闭请修改此处的值为"
false
"
"
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