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
46385135
Unverified
Commit
46385135
authored
Jan 10, 2025
by
Xiaomeng Zhao
Committed by
GitHub
Jan 10, 2025
Browse files
Merge pull request #1486 from opendatalab/dev
docs(README): update table recognition default setting and accelerate
parents
1c9f9942
a636209b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+1
-1
README_zh-CN.md
README_zh-CN.md
+2
-2
No files found.
README.md
View file @
46385135
...
@@ -273,7 +273,7 @@ You can modify certain configurations in this file to enable or disable features
...
@@ -273,7 +273,7 @@ You can modify certain configurations in this file to enable or disable features
},
},
"table-config"
:
{
"table-config"
:
{
"model"
:
"rapid_table"
,
//
Default
to
using
"rapid_table"
,
can
be
switched
to
"tablemaster"
or
"struct_eqtable"
.
"model"
:
"rapid_table"
,
//
Default
to
using
"rapid_table"
,
can
be
switched
to
"tablemaster"
or
"struct_eqtable"
.
"enable"
:
fals
e
,
//
The
table
recognition
feature
is
dis
abled
by
default.
If
you
need
to
en
able
it
,
please
change
the
value
here
to
"
tru
e"
.
"enable"
:
tru
e
,
//
The
table
recognition
feature
is
en
abled
by
default.
If
you
need
to
dis
able
it
,
please
change
the
value
here
to
"
fals
e"
.
"max_time"
:
400
"max_time"
:
400
}
}
}
}
...
...
README_zh-CN.md
View file @
46385135
...
@@ -154,7 +154,7 @@ https://github.com/user-attachments/assets/4bea02c9-6d54-4cd6-97ed-dff14340982c
...
@@ -154,7 +154,7 @@ https://github.com/user-attachments/assets/4bea02c9-6d54-4cd6-97ed-dff14340982c
-
[
在线体验(无需任何安装)
](
#在线体验
)
-
[
在线体验(无需任何安装)
](
#在线体验
)
-
[
使用CPU快速体验(Windows,Linux,Mac)
](
#使用cpu快速体验
)
-
[
使用CPU快速体验(Windows,Linux,Mac)
](
#使用cpu快速体验
)
-
使用 CUDA/CANN 加速推理
-
使用 CUDA/CANN
/MPS
加速推理
-
[
Linux/Windows + CUDA
](
#使用gpu
)
-
[
Linux/Windows + CUDA
](
#使用gpu
)
-
[
Linux + CANN
](
#使用npu
)
-
[
Linux + CANN
](
#使用npu
)
-
[
MacOS + MPS
](
#使用mps
)
-
[
MacOS + MPS
](
#使用mps
)
...
@@ -277,7 +277,7 @@ pip install -U "magic-pdf[full]" --extra-index-url https://wheels.myhloli.com -i
...
@@ -277,7 +277,7 @@ pip install -U "magic-pdf[full]" --extra-index-url https://wheels.myhloli.com -i
},
},
"
table-config
": {
"
table-config
": {
"
model
": "
rapid_table
", // 默认使用"
rapid_table
",可以切换为"
tablemaster
"和"
struct_eqtable
"
"
model
": "
rapid_table
", // 默认使用"
rapid_table
",可以切换为"
tablemaster
"和"
struct_eqtable
"
"
enable
":
fals
e, // 表格识别功能默认是
关闭
的,如果需要
开启
请修改此处的值为"
tru
e
"
"
enable
":
tru
e, // 表格识别功能默认是
开启
的,如果需要
关闭
请修改此处的值为"
fals
e
"
"
max_time
": 400
"
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