what is new in the vision or VisionKit

Asked on 06/12/2025

1 search

At WWDC 2025, Apple introduced several new features and enhancements to the Vision framework and VisionKit. Here are the key updates:

  1. New APIs in Vision: Vision has added two new APIs:

    • Document Recognition: This feature allows for structured document understanding, making it easier to process and understand documents by grouping different document structures.
    • Lens Smudge Detection: This new mode helps identify smudges on camera lenses that could potentially ruin images. For more details, you can refer to the session Read documents using the Vision framework.
  2. Hand Pose Detection: The hand pose detection model has been updated, providing enhanced capabilities for tracking hand movements and poses.

  3. Swift Enhancements: The Vision framework now includes a new API with streamlined syntax designed for Swift, along with full support for Swift concurrency and Swift 6. This makes it easier to integrate computer vision capabilities into apps.

For more detailed information on these updates, you can check out the session Discover machine learning & AI frameworks on Apple platforms and Discover Swift enhancements in the Vision framework.