Live Text capability

We have a question with respect to the Live Text feature shown in the Keynote. Is there an API or Framework available for this? Also, if there is a Framework/API available can we leverage it on macOS?

Replies

I think it is using the VNRecognizeTextRequest class from the Vision framework.

You find sample code for an Mac app from the 10041 session here: https://developer.apple.com/documentation/vision/locating_and_displaying_recognized_text

  • This is right, but it's sad they didn't expose the functionality for developers. Like say the document scanner.

  • @autoliv: Hello! Can you confirm this somehow? Is it possible that Live Text is part of Vision Framework? If you can point me to an article or something I'd really appreciate it.

Add a Comment