Browse Source

fix: center-align column header for vlm accuracy in index.md table

myhloli 1 month ago
parent
commit
61747bafdd
2 changed files with 3 additions and 3 deletions
  1. 1 1
      docs/en/quick_start/index.md
  2. 2 2
      docs/zh/quick_start/index.md

+ 1 - 1
docs/en/quick_start/index.md

@@ -31,7 +31,7 @@ A WebUI developed based on Gradio, with a simple interface and only core parsing
         <tr>
         <tr>
             <th rowspan="2">Parsing Backend</th>
             <th rowspan="2">Parsing Backend</th>
             <th rowspan="2">pipeline <br> (Accuracy<sup>1</sup> 82+)</th>
             <th rowspan="2">pipeline <br> (Accuracy<sup>1</sup> 82+)</th>
-            <th colspan="4">vlm (Accuracy<sup>1</sup> 90+)</th>
+            <th colspan="4" style="text-align:center;">vlm (Accuracy<sup>1</sup> 90+)</th>
         </tr>
         </tr>
         <tr>
         <tr>
             <th>transformers</th>
             <th>transformers</th>

+ 2 - 2
docs/zh/quick_start/index.md

@@ -26,12 +26,12 @@
 >
 >
 > 在非主线环境中,由于硬件、软件配置的多样性,以及第三方依赖项的兼容性问题,我们无法100%保证项目的完全可用性。因此,对于希望在非推荐环境中使用本项目的用户,我们建议先仔细阅读文档以及FAQ,大多数问题已经在FAQ中有对应的解决方案,除此之外我们鼓励社区反馈问题,以便我们能够逐步扩大支持范围。
 > 在非主线环境中,由于硬件、软件配置的多样性,以及第三方依赖项的兼容性问题,我们无法100%保证项目的完全可用性。因此,对于希望在非推荐环境中使用本项目的用户,我们建议先仔细阅读文档以及FAQ,大多数问题已经在FAQ中有对应的解决方案,除此之外我们鼓励社区反馈问题,以便我们能够逐步扩大支持范围。
 
 
-<table>
+<table border="1">
     <thead>
     <thead>
         <tr>
         <tr>
             <th rowspan="2">解析后端</th>
             <th rowspan="2">解析后端</th>
             <th rowspan="2">pipeline <br> (精度<sup>1</sup> 82+)</th>
             <th rowspan="2">pipeline <br> (精度<sup>1</sup> 82+)</th>
-            <th colspan="4">vlm (精度<sup>1</sup> 90+)</th>
+            <th colspan="4" style="text-align:center;">vlm (精度<sup>1</sup> 90+)</th>
         </tr>
         </tr>
         <tr>
         <tr>
             <th>transformers</th>
             <th>transformers</th>