Hi,
how can I use the recognized Strings in my iOS App? I'm using Swift.
In detail:
Im scanning the Paper. The app recognises the Text correctly. But i want to use the recognized text for following steps.
Thank you in advance.
Hi,
how can I use the recognized Strings in my iOS App? I'm using Swift.
In detail:
Im scanning the Paper. The app recognises the Text correctly. But i want to use the recognized text for following steps.
Thank you in advance.
0 out of 0 found this helpful
Comments
2 comments
Please sorry for the delay with response.
ABBYY RTR SDK recognizes text in a predetermined region of interest, and the recognition result is returned as an array of recognized text lines with their coordinates, represented by the RTRTextLine objects. In the Swift code sample please see RTRViewController.swift as for instance how to get the recognized text as string for further actions.
Hey, Oksana. Really helpful and informative answer.
Please sign in to leave a comment.