Ver Fonte

Merge pull request #3755 from myhloli/dev

Dev
Xiaomeng Zhao há 1 mês atrás
pai
commit
d83b83a5ad
6 ficheiros alterados com 5 adições e 3 exclusões
  1. 1 1
      README.md
  2. 1 1
      README_zh-CN.md
  3. 0 0
      docs/en/index.md
  4. 1 0
      projects/README.md
  5. 1 0
      projects/README_zh-CN.md
  6. 1 1
      pyproject.toml

+ 1 - 1
README.md

@@ -1,7 +1,7 @@
 <div align="center" xmlns="http://www.w3.org/1999/html">
 <!-- logo -->
 <p align="center">
-  <img src="docs/images/MinerU-logo.png" width="300px" style="vertical-align:middle;">
+  <img src="https://gcore.jsdelivr.net/gh/opendatalab/MinerU@master/docs/images/MinerU-logo.png" width="300px" style="vertical-align:middle;">
 </p>
 
 <!-- icon -->

+ 1 - 1
README_zh-CN.md

@@ -1,7 +1,7 @@
 <div align="center" xmlns="http://www.w3.org/1999/html">
 <!-- logo -->
 <p align="center">
-  <img src="docs/images/MinerU-logo.png" width="300px" style="vertical-align:middle;">
+  <img src="https://gcore.jsdelivr.net/gh/opendatalab/MinerU@master/docs/images/MinerU-logo.png" width="300px" style="vertical-align:middle;">
 </p>
 
 <!-- icon -->

Diff do ficheiro suprimidas por serem muito extensas
+ 0 - 0
docs/en/index.md


+ 1 - 0
projects/README.md

@@ -4,6 +4,7 @@
 
 - Projects compatible with version 2.0:
   - [multi_gpu_v2](./multi_gpu_v2/README.md): Multi-GPU parallel processing based on LitServe
+  - [mineru_tianshu](./mineru_tianshu/README.md): Asynchronous multi-GPU document parsing service based on MinerU
 
 - Projects not yet compatible with version 2.0:
   - [mcp](./mcp/README.md): MCP server based on the official API

+ 1 - 0
projects/README_zh-CN.md

@@ -4,6 +4,7 @@
 
 - 已兼容2.0版本的项目列表
   - [multi_gpu_v2](./multi_gpu_v2/README_zh.md): 基于 LitServe 的多 GPU 并行处理
+  - [mineru_tianshu](./mineru_tianshu/README.md): 基于 MinerU 的异步多 GPU 文档解析服务
 
 - 未兼容2.0版本的项目列表
   - [mcp](./mcp/README.md): 基于官方api的mcp server

+ 1 - 1
pyproject.toml

@@ -39,7 +39,7 @@ dependencies = [
     "openai>=1.70.0,<3",
     "beautifulsoup4>=4.13.5,<5",
     "magika>=0.6.2,<0.7.0",
-    "mineru-vl-utils>=0.1.11,<1",
+    "mineru-vl-utils>=0.1.13,<1",
 ]
 
 [project.optional-dependencies]

Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff