fix: make OCR portable and reliable across AMD64 and ARM64 (#519)

* fix: make OCR portable and reliable

* fix: harden OCR installation portability

* fix: pin OCR partials across downloads

* fix: make OCR execution reliably asynchronous

* fix: harden OCR portability and docs routes

* fix: preserve decoder and docs safeguards
This commit is contained in:
SnapOtter
2026-07-15 03:34:24 +08:00
committed by GitHub
parent 58121f205f
commit 991c981529
409 changed files with 67151 additions and 8076 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
---
description: "1 つのコマンドで SnapOtter を Docker でインストールします。Docker Compose のセットアップ、ソースからのビルド、機能の全体像を含みます。"
i18n_source_hash: 4536d4558b8e
i18n_provenance: machine
i18n_output_hash: c84093005283
i18n_source_hash: 24724b5595b2
i18n_provenance: human
---
# はじめに {#getting-started}
@@ -32,7 +32,7 @@ SnapOtter にはデフォルトで匿名のプロダクトアナリティクス
:::
::: tip NVIDIA CUDA アクセラレーション
NVIDIA CUDA で高速化された背景除去、アップスケーリング、OCR、顔の補正、復元のため`--gpus all` を追加します
NVIDIA CUDA で高速化された背景除去、アップスケーリング、顔の強調、および復元用`--gpus all` を追加します。 OCR は CPU ベースのままで、GPU アクセスの有無にかかわらず、同じイメージ内で動作します。
```bash
docker run -d --name SnapOtter -p 1349:1349 --gpus all -v SnapOtter-data:/data snapotter/snapotter:latest