From c43f78ced3a6e694a381134913c18a859e1636eb Mon Sep 17 00:00:00 2001 From: Daniel Pan Date: Fri, 27 Jun 2025 12:30:26 +0800 Subject: [PATCH] Update document of seafile-ai --- manual/extension/seafile_ai.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/manual/extension/seafile_ai.md b/manual/extension/seafile_ai.md index ff1bb734..84207e3e 100644 --- a/manual/extension/seafile_ai.md +++ b/manual/extension/seafile_ai.md @@ -5,7 +5,7 @@ From Seafile 13 Pro, users can enable ***Seafile AI*** to support the following - File tags, file and image summaries, text translation, sdoc writing assistance - Given an image, generate its corresponding tags (including objects, weather, color, etc.) - Detect faces in images and encode them -- Detect text locations in images and recognize them +- Detect text in images (OCR) ## Deploy Seafile AI basic service @@ -52,7 +52,3 @@ The Seafile AI basic service will use API calls to external large language model docker compose up -d ``` -!!! tip - Since the file tagging feature requires [deploying the metadata service](./metadata-server.md) first, the file tagging feature is not enabled by default. You can enable this feature in the repo's settings after enabling extension properties (see the figure below, it will only be enabled if you have management permissions for this repo). - - ![Enable Seafile AI File tags](../images/seafile-ai-file-tags.png)