Is there a way to validate the drawn text in the canvas?

Hi there, does anybody know if there is a way to validate what letter you’ve drawn in the canvas? I’m a bit stuck because I’m creating a game that relies on that feature.
Thanks in advance!

@jens12341234
You could save the canvas as an image and send it to an ocr scanner api

Return the text and check against the assumed value

1 Like

See scrOCR in https://x.thunkable.com/projects/5d70f93f8a62b4079eedaff2/project/properties/designer/

1 Like

I have taken a look at your project and it helped me a lot, now I just need to upload the canvas picture to retrieve the number.

1 Like