mirror of
https://github.com/opendatalab/MinerU.git
synced 2026-03-27 11:08:32 +07:00
fix: adjust vertical alignment for table headers and content in index.md
This commit is contained in:
@@ -29,8 +29,8 @@ A WebUI developed based on Gradio, with a simple interface and only core parsing
|
||||
<table border="1">
|
||||
<thead>
|
||||
<tr>
|
||||
<th rowspan="2" style="text-align:center;">Parsing Backend</th>
|
||||
<th rowspan="2" style="text-align:center;">pipeline</th>
|
||||
<th rowspan="2" style="text-align:center; vertical-align:middle;">Parsing Backend</th>
|
||||
<th rowspan="2" style="text-align:center; vertical-align:middle;">pipeline</th>
|
||||
<th colspan="2" style="text-align:center;">*-auto-engine</th>
|
||||
<th colspan="2" style="text-align:center;">*-http-client</th>
|
||||
</tr>
|
||||
@@ -66,7 +66,7 @@ A WebUI developed based on Gradio, with a simple interface and only core parsing
|
||||
<tr>
|
||||
<th>GPU Acceleration</th>
|
||||
<td colspan="4" style="text-align:center;">Volta and later architecture GPUs or Apple Silicon</td>
|
||||
<td rowspan="2" style="text-align:center;">Not Required</td>
|
||||
<td rowspan="2" style="text-align:center; vertical-align:middle;">Not Required</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Min VRAM</th>
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
<table border="1">
|
||||
<thead>
|
||||
<tr>
|
||||
<th rowspan="2" style="text-align:center;">解析后端</th>
|
||||
<th rowspan="2" style="text-align:center;">pipeline</th>
|
||||
<th rowspan="2" style="text-align:center; vertical-align:middle;">解析后端</th>
|
||||
<th rowspan="2" style="text-align:center; vertical-align:middle;">pipeline</th>
|
||||
<th colspan="2" style="text-align:center;">*-auto-engine</th>
|
||||
<th colspan="2" style="text-align:center;">*-http-client</th>
|
||||
</tr>
|
||||
@@ -66,7 +66,7 @@
|
||||
<tr>
|
||||
<th>GPU加速支持</th>
|
||||
<td colspan="4" style="text-align:center;">Volta及以后架构GPU或Apple Silicon</td>
|
||||
<td rowspan="2" style="text-align:center;">不需要</td>
|
||||
<td rowspan="2" style="text-align:center; vertical-align:middle;">不需要</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>显存最低要求</th>
|
||||
|
||||
Reference in New Issue
Block a user