[PR #209] [MERGED] Add latest features to documentation #211

Closed
opened 2026-03-02 16:48:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/photoprism/photoprism-docs/pull/209
Author: @omerdduran
Created: 10/7/2025
Status: Merged
Merged: 10/17/2025
Merged by: @graciousgrey

Base: developHead: vision-update


📝 Commits (5)

  • c128f3d Getting Started: Add Vision API Server documentation and update navigation
  • 196349f Developer Guide: Add documentation for the photoprism vision reset command, including command options and usage examples
  • 6b5ef90 Developer Guide: Add 'Label Generation' section to navigation, update caption generation instructions, and refine CLI command example
  • a69dcc8 Developer Guide: Enhance face recognition documentation with new CLI commands for face detection, auditing, optimization, and engine switching, along with detailed explanations of detection engines and performance improvements.
  • c84a648 Merge branch 'develop' into vision-update

📊 Changes

7 files changed (+646 additions, -33 deletions)

View changed files

📝 docs/developer-guide/vision/caption-generation.md (+41 -12)
📝 docs/developer-guide/vision/cli.md (+116 -0)
📝 docs/developer-guide/vision/face-recognition.md (+237 -21)
docs/developer-guide/vision/label-generation.md (+167 -0)
docs/getting-started/advanced/vision-api.md (+61 -0)
📝 docs/getting-started/raspberry-pi/microsd-image.md (+22 -0)
📝 mkdocs.yml (+2 -0)

📄 Description

This pull request introduces new documentation and improvements related to computer vision features in PhotoPrism, including guidance on offloading AI tasks to a central Vision API service, instructions for resetting vision data, and enhancements to Raspberry Pi usage documentation.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/photoprism/photoprism-docs/pull/209 **Author:** [@omerdduran](https://github.com/omerdduran) **Created:** 10/7/2025 **Status:** ✅ Merged **Merged:** 10/17/2025 **Merged by:** [@graciousgrey](https://github.com/graciousgrey) **Base:** `develop` ← **Head:** `vision-update` --- ### 📝 Commits (5) - [`c128f3d`](https://github.com/photoprism/photoprism-docs/commit/c128f3d2c65b98cb749be12dcbdd0b791304fe01) Getting Started: Add Vision API Server documentation and update navigation - [`196349f`](https://github.com/photoprism/photoprism-docs/commit/196349f8ce7222c7b72ce0838dd103a2bc35b716) Developer Guide: Add documentation for the `photoprism vision reset` command, including command options and usage examples - [`6b5ef90`](https://github.com/photoprism/photoprism-docs/commit/6b5ef906e2adfb6b9500f411b4f19ba49d155f28) Developer Guide: Add 'Label Generation' section to navigation, update caption generation instructions, and refine CLI command example - [`a69dcc8`](https://github.com/photoprism/photoprism-docs/commit/a69dcc8d172c66e338addcd363880fd8f39a9f7a) Developer Guide: Enhance face recognition documentation with new CLI commands for face detection, auditing, optimization, and engine switching, along with detailed explanations of detection engines and performance improvements. - [`c84a648`](https://github.com/photoprism/photoprism-docs/commit/c84a648f447379797ce88954af7d1644b45e9561) Merge branch 'develop' into vision-update ### 📊 Changes **7 files changed** (+646 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `docs/developer-guide/vision/caption-generation.md` (+41 -12) 📝 `docs/developer-guide/vision/cli.md` (+116 -0) 📝 `docs/developer-guide/vision/face-recognition.md` (+237 -21) ➕ `docs/developer-guide/vision/label-generation.md` (+167 -0) ➕ `docs/getting-started/advanced/vision-api.md` (+61 -0) 📝 `docs/getting-started/raspberry-pi/microsd-image.md` (+22 -0) 📝 `mkdocs.yml` (+2 -0) </details> ### 📄 Description This pull request introduces new documentation and improvements related to computer vision features in PhotoPrism, including guidance on offloading AI tasks to a central Vision API service, instructions for resetting vision data, and enhancements to Raspberry Pi usage documentation. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 16:48:18 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/photoprism-docs#211
No description provided.