On device text recognition in iOS using vision
Apple made lot of improvements in vision framework in iOS 13 which was introduced in iOS 11. One of the improvement is on device text recognition. Before this release, you need to use VNDetectRectangleRequest to detect characters in an image and should...