grantful 3 Posted September 8, 2023 I need to use the iOS scan text feature on my iPhone . https://support.apple.com/guide/iphone/scan-text-and-documents-iph653f28965/ios I am just wondering is there a way to access this and use it in my iOS app thanks Share this post Link to post
Dave Nottage 557 Posted September 11, 2023 On 9/9/2023 at 2:36 AM, grantful said: I am just wondering is there a way to access this and use it in my iOS app Should be possible using Vision and VisionKit, as indicated by this article. It's in Swift, so you'd need to know how to translate it into Delphi, but you could use these imports: https://github.com/DelphiWorlds/Kastri/blob/master/API/DW.iOSapi.Vision.pas https://github.com/DelphiWorlds/Kastri/blob/master/API/DW.iOSapi.VisionKit.pas Please take heed of the notes in this unit! Share this post Link to post