From 9526d3e5c0315e792f682cda3344dadfb5e20bc3 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 24 Jan 2026 17:05:53 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=20README=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E8=AA=AA=E6=98=8E=E7=82=BA=E4=B8=89=E7=89=88=E6=9C=AC?= =?UTF-8?q?=EF=BC=88Lite/=E4=B8=80=E8=88=AC=E7=89=88/Full=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 31 ++++++++++++++++++++++--------- 1 file changed, 22 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index d977430..a45ef25 100644 --- a/README.md +++ b/README.md @@ -149,17 +149,30 @@ docker compose up -d --- -## 🎯 版本選擇:Full vs Lite +## 🎯 版本選擇:Lite / 一般版 / Full -ConvertX-CN 提供兩個版本,滿足不同需求: +ConvertX-CN 提供三個版本,滿足不同需求: -| 特性 | Full 版 | Lite 版 | -| --------------- | ---------- | ------------- | -| **Image 大小** | 約 8-12 GB | 約 1.5-2.5 GB | -| **部署速度** | 較慢 | 快速 | -| **適用對象** | 進階使用者 | 一般使用者 | -| **OCR/AI/翻譯** | ✅ | ❌ | -| **基本轉檔** | ✅ | ✅ | +| 特性 | Lite 版 | 一般版(推薦) | Full 版 | +| --------------- | ------------- | -------------- | -------------- | +| **Image 大小** | 約 1.5-2.5 GB | 約 8-12 GB | 約 12-15+ GB | +| **部署速度** | 最快 | 中等 | 較慢 | +| **適用對象** | 輕量使用者 | 一般使用者 | 進階/多語言 | +| **基本轉檔** | ✅ | ✅ | ✅ | +| **OCR(7語言)**| ❌ | ✅ | ✅ | +| **PDF 翻譯** | ❌ | ✅ | ✅ | +| **MinerU AI** | ❌ | ✅ | ✅ | +| **OCR(65語言)**| ❌ | ❌ | ✅ | +| **完整 TexLive**| ❌ | ❌ | ✅ | + +### 版本標籤 + +| Tag | 說明 | +| ---------------------- | ------------------- | +| `latest` | 一般版最新穩定版 | +| `latest-lite` | Lite 版最新穩定版 | +| `0.1.15` | 一般版指定版本 | +| `0.1.15-lite` | Lite 版指定版本 | ### Lite 版快速啟動