I have checked many posts about text recognition with Unity. But every post is suggesting Vuforia.
Also, Vuforia text recognition is deprecated.
According to Vuforia it only detects serif and sans-serif fonts.
I want my application to detect even handwritten text up to some extent.
So my question is 'is there any SDK or anything else which will help to detect handwritten text too?'.
Thanks in advance.
If you're allowed to use network in your Unity application, you can integrate Google Cloud Vision which will do it all for you.
There's a project on GitHub called UnityCloudVision which should do the dirty work for you.