How to use Scribble Handwriting Recognition API for UIBezierPath ?

Hello Apple Developer Team,

I was wondering if you also allow developers to use your new Handwriting Recognition API for custom usage. For example I want to convert UIBezierPaths to Text. Is there a way to use this new API ?
Answered by Frameworks Engineer in 614075022
Scribble works out of the box with standard UI text elements, but we've provided some APIs if you don't have standard text fields. Check out the Scribble WWDC session here: https://developer.apple.com/videos/play/wwdc2020/10106/

If you're working with PencilKit, you can now extract the path along each of these strokes for processing with new PencilKit APIs in this year's WWDC session: https://developer.apple.com/videos/play/wwdc2020/10148/

Accepted Answer
Scribble works out of the box with standard UI text elements, but we've provided some APIs if you don't have standard text fields. Check out the Scribble WWDC session here: https://developer.apple.com/videos/play/wwdc2020/10106/

If you're working with PencilKit, you can now extract the path along each of these strokes for processing with new PencilKit APIs in this year's WWDC session: https://developer.apple.com/videos/play/wwdc2020/10148/

How to use Scribble Handwriting Recognition API for UIBezierPath ?
 
 
Q