Unverified Commit 46385135 authored by Xiaomeng Zhao's avatar Xiaomeng Zhao Committed by GitHub
Browse files

Merge pull request #1486 from opendatalab/dev

docs(README): update table recognition default setting and accelerate
parents 1c9f9942 a636209b
...@@ -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": false, // The table recognition feature is disabled by default. If you need to enable it, please change the value here to "true". "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 "max_time": 400
} }
} }
......
...@@ -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": false, // 表格识别功能默认是关闭的,如果需要开启请修改此处的值为"true" "enable": true, // 表格识别功能默认是开启的,如果需要关闭请修改此处的值为"false"
"max_time": 400 "max_time": 400
} }
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment