gpt4 book ai didi

ios - React-Native-Text-Detector 在 Android 中工作正常,但为什么在 iOS 中总是返回 false?

转载 作者:行者123 更新时间:2023-11-29 05:10:33 25 4
gpt4 key购买 nike

首先,我使用了 https://github.com/jeanpan/react-native-camera-roll-picker#readme要从照片库获取图像,它返回一个 uri:ph://11A68DD6-A651-462D-BDAB-68FB853ED141/L0/001

然后,我用了 https://github.com/zsajjad/react-native-text-detector从该图像获取文本

它在android中运行良好,但在iOS中总是返回false,并且我在控制台日志中发现了以下错误

NSURLConnection 已完成,但出现错误 - 代码 -1002

有关详细信息,图像控件可以正确显示该图像

这是我的源代码:https://github.com/haison8x/react-native-test-ocr

该 URI 或应用程序权限是否有问题?

最佳答案

由于Apple的沙盒政策https://developer.apple.com/library/archive/documentation/Security/Conceptual/AppSandboxDesignGuide/AboutAppSandbox/AboutAppSandbox.html ,您的应用程序无法直接读取图库中的照片,它将遇到错误:NSURLConnection finish with error - code -1002。

这是我的方法:

  • 使用 RNFS.copyAssetsFileIOS 将照片复制到应用文档中的临时文件
  • 使用react-native-text- detector分析该临时文件

完整的示例被推送到 https://github.com/haison8x/react-native-test-ocr

关于ios - React-Native-Text-Detector 在 Android 中工作正常,但为什么在 iOS 中总是返回 false?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59726747/

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