gpt4 book ai didi

ios - 提供 native iOS 文档扫描仪?

转载 作者:行者123 更新时间:2023-12-01 15:49:45 27 4
gpt4 key购买 nike

iOS 11 有一个内置的文档扫描仪,您可以从备忘录启动它。我想为我的应用程序扫描文档,有没有办法显示 native 文档扫描仪并接收其图像?

最佳答案

这现在在 iOS 13+ 中可用,并通过 VisionKit API 提供。 .

呈现 VNDocumentCameraViewController View Controller ,注册 VNDocumentCameraViewControllerDelegate 委托(delegate):

let documentCameraViewController = VNDocumentCameraViewController()
documentCameraViewController.delegate = self
present(documentCameraViewController, animated: true)

然后在用户成功捕获文档后接收委托(delegate)调用:

documentCameraViewController(_ controller: VNDocumentCameraViewController, 
didFinishWith scan: VNDocumentCameraScan)

关于ios - 提供 native iOS 文档扫描仪?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53031620/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com