Blog posts tagged grpc

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.

Searching Text in Images on the Aviation Collection Website

Searching Text in Images on the Aviation Collection Website

We want to see what these technologies make possible, though, and a very real and immediate opportunity is the ability to index search terms that the curators and registrars haven’t already included in the titles or descriptions for objects in our collection. For example, this travel bag from Canadian Pacific Airlines, covered in the names of cities the airline traveled to, is not included in the search results for the terms “montreal” or “saskatoon” using the default search functionality but it’s the first result when we also search for the text in images.

This is a blog post by aaron cope. It was published on September 14, 2023 and tagged search, swift, collection, roboteyes, grpc and tools.