![]() |
1
1
下面是一个HTTPS云函数的代码示例,该函数将对存储在Firebase存储器中的图像执行OCR(即文本检测)例如,您可以在将图像上载到Firebase存储器(在
您将在node.js的以下文档中找到更多信息和示例(尤其是标签检测): https://cloud.google.com/vision/docs/ocr-tutorial https://cloud.google.com/vision/docs/detecting-labels https://cloud.google.com/nodejs/docs/reference/vision/0.19.x/ |
![]() |
2
0
用这种方法解决了0.21.0版的问题
|