Extracting Subjects from Images in Swift (and gRPC)

Extracting Subjects from Images in Swift (and gRPC)

In the Searching Text in Images on the Aviation Collection Website blog post I introduced the swift-text-emboss Swift package, a wrapper library around Apple’s Vision Framework to simplify extracting text from images. In this blog I’d like to introduce the swift-image-emboss Swift package. Like the swift-text-emboss package this is also a wrapper around code provided by Apple’s Vision Framework with the goal simplifying the code necessary to extract, or “lift”, one or more subjects from an image.

This is a blog post by aaron cope. It was published on October 31, 2023 and tagged swift, tools, grpc, golang and roboteyes.