Recognize Handwritten Chars

Hey, does anyone know how to recognize handwritten inputs in SwiftUI? For Example I have a PopUp where I have to draw a number with my finger or the apple pencil and then SwiftUI recognize the number and writes it down into a input field?

Thanks in advance.

You can start here!

It’s a feature called Scribble, but I believe it’s Apple Pencil only, I think you’d have to customize it to also accept using your finger

Thanks I will try this.