mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
chore: standardize tool count to 30+ across all docs and UI
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<h1 align="center">Stirling Image</h1>
|
<h1 align="center">Stirling Image</h1>
|
||||||
|
|
||||||
<p align="center">Stirling-PDF but for images. 36+ tools and local AI in a single Docker container.</p>
|
<p align="center">Stirling-PDF but for images. 30+ tools and local AI in a single Docker container.</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://github.com/siddharthksah/Stirling-Image/pkgs/container/stirling-image"><img src="https://img.shields.io/badge/Docker-ghcr.io-blue?logo=docker" alt="Docker"></a>
|
<a href="https://github.com/siddharthksah/Stirling-Image/pkgs/container/stirling-image"><img src="https://img.shields.io/badge/Docker-ghcr.io-blue?logo=docker" alt="Docker"></a>
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
## Key Features
|
## Key Features
|
||||||
|
|
||||||
- **36+ image tools** - Resize, crop, compress, convert, watermark, color adjust, and more
|
- **30+ image tools** - Resize, crop, compress, convert, watermark, color adjust, and more
|
||||||
- **Local AI** - Remove backgrounds, upscale images, erase objects, blur faces, extract text (OCR). All running on your hardware with pre-downloaded models, no internet required
|
- **Local AI** - Remove backgrounds, upscale images, erase objects, blur faces, extract text (OCR). All running on your hardware with pre-downloaded models, no internet required
|
||||||
- **Pipelines** - Chain tools into reusable workflows. Batch process up to 200 images at once
|
- **Pipelines** - Chain tools into reusable workflows. Batch process up to 200 images at once
|
||||||
- **REST API** - Every tool available via API. Interactive docs included at `/api/docs`
|
- **REST API** - Every tool available via API. Interactive docs included at `/api/docs`
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ info:
|
|||||||
title: Stirling Image API
|
title: Stirling Image API
|
||||||
version: 0.9.0
|
version: 0.9.0
|
||||||
description: |
|
description: |
|
||||||
REST API for Stirling Image, a self-hosted image processing platform with 33+ tools.
|
REST API for Stirling Image, a self-hosted image processing platform with 30+ tools.
|
||||||
|
|
||||||
## Authentication
|
## Authentication
|
||||||
|
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ function generateLlmsTxt(spec: OpenAPISpec): string {
|
|||||||
lines.push(`# ${spec.info.title}`);
|
lines.push(`# ${spec.info.title}`);
|
||||||
lines.push("");
|
lines.push("");
|
||||||
lines.push(
|
lines.push(
|
||||||
"> Self-hosted image processing API with 33+ tools. Resize, compress, convert, remove backgrounds, upscale, run OCR, and more.",
|
"> Self-hosted image processing API with 30+ tools. Resize, compress, convert, remove backgrounds, upscale, run OCR, and more.",
|
||||||
);
|
);
|
||||||
lines.push("");
|
lines.push("");
|
||||||
lines.push("## Docs");
|
lines.push("## Docs");
|
||||||
|
|||||||
+1
-1
@@ -14,7 +14,7 @@ hero:
|
|||||||
link: /api/rest
|
link: /api/rest
|
||||||
|
|
||||||
features:
|
features:
|
||||||
- title: 33+ tools
|
- title: 30+ tools
|
||||||
details: Resize, crop, compress, convert, watermark, OCR, background removal, upscaling, face blurring, and more.
|
details: Resize, crop, compress, convert, watermark, OCR, background removal, upscaling, face blurring, and more.
|
||||||
- title: Runs locally
|
- title: Runs locally
|
||||||
details: Single Docker container. Your images stay on your server, nothing gets sent to external services.
|
details: Single Docker container. Your images stay on your server, nothing gets sent to external services.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Stirling Image — Complete Documentation
|
# Stirling Image — Complete Documentation
|
||||||
|
|
||||||
Self-hosted, open-source image processing platform with 33+ tools. Runs in a single Docker container. Resize, compress, convert, remove backgrounds, upscale, run OCR, and more — without sending images to external services.
|
Self-hosted, open-source image processing platform with 30+ tools. Runs in a single Docker container. Resize, compress, convert, remove backgrounds, upscale, run OCR, and more — without sending images to external services.
|
||||||
|
|
||||||
- GitHub: https://github.com/siddharthksah/Stirling-Image
|
- GitHub: https://github.com/siddharthksah/Stirling-Image
|
||||||
- Docs: https://siddharthksah.github.io/Stirling-Image/
|
- Docs: https://siddharthksah.github.io/Stirling-Image/
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Stirling Image
|
# Stirling Image
|
||||||
|
|
||||||
> Self-hosted, open-source image processing platform with 33+ tools. Runs in a single Docker container.
|
> Self-hosted, open-source image processing platform with 30+ tools. Runs in a single Docker container.
|
||||||
|
|
||||||
## Docs
|
## Docs
|
||||||
|
|
||||||
|
|||||||
@@ -1705,7 +1705,7 @@ function AboutSection() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p className="text-sm text-muted-foreground">
|
<p className="text-sm text-muted-foreground">
|
||||||
A self-hosted, privacy-first image processing suite with 33+ tools. Resize, compress,
|
A self-hosted, privacy-first image processing suite with 30+ tools. Resize, compress,
|
||||||
convert, watermark, and automate your image workflows without sending data to the cloud.
|
convert, watermark, and automate your image workflows without sending data to the cloud.
|
||||||
</p>
|
</p>
|
||||||
<div className="flex items-center gap-4 text-sm">
|
<div className="flex items-center gap-4 text-sm">
|
||||||
|
|||||||
@@ -123,7 +123,7 @@ export const en = {
|
|||||||
regenerateKey: "Regenerate",
|
regenerateKey: "Regenerate",
|
||||||
copyKey: "Copy Key",
|
copyKey: "Copy Key",
|
||||||
aboutDescription:
|
aboutDescription:
|
||||||
"Stirling Image is a self-hosted, privacy-first image processing suite with 33+ tools.",
|
"Stirling Image is a self-hosted, privacy-first image processing suite with 30+ tools.",
|
||||||
aboutLinks: "Links",
|
aboutLinks: "Links",
|
||||||
github: "GitHub",
|
github: "GitHub",
|
||||||
documentation: "Documentation",
|
documentation: "Documentation",
|
||||||
|
|||||||
Reference in New Issue
Block a user