WWDC21:从照片中获取文本 Text from Camera
iOS15 带来了新的 API,类似 OCR,可以使用相机实时图片中的文本,并自动填充到文本控件中。可以通过设置 UITextContentType
或 UIKeyboardType
,或使用新的 Action.captureTextFromCamera(responder:, identifier:)
实现,或自定义 Image View 实现 UIKeyInput
协议。
iOS15 带来了新的 API,类似 OCR,可以使用相机实时图片中的文本,并自动填充到文本控件中。可以通过设置 UITextContentType
或 UIKeyboardType
,或使用新的 Action.captureTextFromCamera(responder:, identifier:)
实现,或自定义 Image View 实现 UIKeyInput
协议。