I was wondering if it is possible to get text (like an NSString) from a picture in iOS. So like if you took a picture of the words "Hello World" the code would convert the image into an NSString with the words "Hello World". For my purposes it wont matter if it is not case sensitive but I would like to know if it is possible and if so, then how.
Thanks.