Przeglądaj źródła

feat: update header title to MinerU 2.5 and add model link in header.html; add Dingo tool link in README_zh-CN.md

myhloli 2 miesięcy temu
rodzic
commit
75797a3b7c
2 zmienionych plików z 12 dodań i 3 usunięć
  1. 2 1
      README_zh-CN.md
  2. 10 2
      mineru/resources/header.html

+ 2 - 1
README_zh-CN.md

@@ -738,4 +738,5 @@ mineru -p <input_path> -o <output_path>
 - [PDF-Extract-Kit (A Comprehensive Toolkit for High-Quality PDF Content Extraction)](https://github.com/opendatalab/PDF-Extract-Kit)
 - [OmniDocBench (A Comprehensive Benchmark for Document Parsing and Evaluation)](https://github.com/opendatalab/OmniDocBench)
 - [Magic-HTML (Mixed web page extraction tool)](https://github.com/opendatalab/magic-html)
-- [Magic-Doc (Fast speed ppt/pptx/doc/docx/pdf extraction tool)](https://github.com/InternLM/magic-doc) 
+- [Magic-Doc (Fast speed ppt/pptx/doc/docx/pdf extraction tool)](https://github.com/InternLM/magic-doc) 
+- [Dingo: A Comprehensive AI Data Quality Evaluation Tool](https://github.com/MigoXLab/dingo)

+ 10 - 2
mineru/resources/header.html

@@ -54,7 +54,7 @@
             font-family: 'Trebuchet MS', 'Lucida Sans Unicode',
               'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
           ">
-          MinerU 2: PDF Extraction Demo
+          MinerU 2.5: PDF Extraction Demo
         </h1>
       </div>
     </div>
@@ -88,7 +88,15 @@
             <span style="color: white">Code</span>
           </a>
         </span>
-
+        <!-- Code Link. -->
+        <span class="link-block">
+          <a href="https://huggingface.co/opendatalab/MinerU2.5-2509-1.2B" class="external-link button is-normal is-rounded is-dark" style="text-decoration: none; cursor: pointer">
+            <span class="icon" style="margin-right: 4px">
+              <i class="fas fa-archive" style="color: white; margin-right: 4px"></i>
+            </span>
+            <span style="color: white">Model</span>
+          </a>
+        </span>
         <!-- arXiv Link. -->
         <span class="link-block">
           <a href="https://arxiv.org/abs/2409.18839" class="external-link button is-normal is-rounded is-dark" style="text-decoration: none; cursor: pointer">