我正在使用Expo,React Native,我希望能够从图像中检测文本。有没有我可以使用的包来实现这一点? 我使用Expo camera module截取图片并将URI提供给文本检测器,我曾尝试使用react-native- text -detector,但得到的错误是函数detectFromUri未定义。我也尝试过tesserect.js,但它在导入时失败,并显示"unable to resolve variable location“。 await this.camera.takePictureAsync(options).then(photo => {
p