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人中0人がこの記事が役に立ったと言っています
コメント
2件のコメント
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.
サインインしてコメントを残してください。