Jump to content
grantful

Use IOS built in scan text in my iOS app

Recommended Posts

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×