I am using ABBYY mobile SDK to retrieve text from image. if i use the image taken by my iphone 4 camera and then i place this image in resource folder of my project, it gives me correct result(refer: How to get coordinates using abbyy mobile sdk for iphone) but taking image from camera and directly processing it with SDK APIs do not give me accurate results. For eg. the result is somthing like:
"-55", "!l", II, lie, n3, "S S--1", "I -S s", "^ o :=", "'ABBYY>", "^ Q) U", "^ -5 -S", "i ii", "CL
for image (attached).
Which is not correct. I do understand the same image if i use in resource folder of my project will give me correct result . But do not give me correct result if i take this image directly from camera and process it using ABBYY SDK apis.
Please guide.